We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f2696 commit 11a919aCopy full SHA for 11a919a
src/StackExchange.Redis/CommandMap.cs
@@ -59,8 +59,6 @@ public sealed class CommandMap
59
60
RedisCommand.PSUBSCRIBE, RedisCommand.PUBLISH, RedisCommand.PUNSUBSCRIBE, RedisCommand.SUBSCRIBE, RedisCommand.UNSUBSCRIBE, RedisCommand.SPUBLISH, RedisCommand.SSUBSCRIBE, RedisCommand.SUNSUBSCRIBE,
61
62
- RedisCommand.DISCARD, RedisCommand.EXEC, RedisCommand.MULTI, RedisCommand.UNWATCH, RedisCommand.WATCH,
63
-
64
RedisCommand.SCRIPT,
65
66
RedisCommand.SELECT,
0 commit comments