Skip to content

Commit cffd70c

Browse files
committed
toy server: don't pretend SENTINEL exists
1 parent e431d7f commit cffd70c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

toys/StackExchange.Redis.Server/RedisServer.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -782,10 +782,6 @@ protected override Node GetNode(int hashSlot)
782782
return base.GetNode(hashSlot);
783783
}
784784

785-
[RedisCommand(-1)]
786-
protected virtual TypedRedisValue Sentinel(RedisClient client, in RedisRequest request)
787-
=> request.CommandNotFound();
788-
789785
[RedisCommand(-3)]
790786
protected virtual TypedRedisValue Lpush(RedisClient client, in RedisRequest request)
791787
{

0 commit comments

Comments
 (0)