We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e431d7f commit cffd70cCopy full SHA for cffd70c
toys/StackExchange.Redis.Server/RedisServer.cs
@@ -782,10 +782,6 @@ protected override Node GetNode(int hashSlot)
782
return base.GetNode(hashSlot);
783
}
784
785
- [RedisCommand(-1)]
786
- protected virtual TypedRedisValue Sentinel(RedisClient client, in RedisRequest request)
787
- => request.CommandNotFound();
788
-
789
[RedisCommand(-3)]
790
protected virtual TypedRedisValue Lpush(RedisClient client, in RedisRequest request)
791
{
0 commit comments