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)
/// <summary>
/// Can PING be used on a subscription connection?
/// </summary>
internal bool PingOnSubscriber => Version >= v3_2_0;
internal bool PingOnSubscriber => Version >= v3_0_0;
/// <summary>
/// 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