Commit 2bc1a4e3 authored by Marc Gravell's avatar Marc Gravell

move PingOnSubscriber to >= 3.0

parent 43f4fa64
...@@ -168,7 +168,7 @@ public RedisFeatures(Version version) ...@@ -168,7 +168,7 @@ public RedisFeatures(Version version)
/// <summary> /// <summary>
/// Can PING be used on a subscription connection? /// Can PING be used on a subscription connection?
/// </summary> /// </summary>
internal bool PingOnSubscriber => Version >= v3_2_0; internal bool PingOnSubscriber => Version >= v3_0_0;
/// <summary> /// <summary>
/// Does SetPop support popping multiple items? /// Does SetPop support popping multiple items?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment