Skip to content

Commit 11a919a

Browse files
authored
Remove supported Envoyproxy commands from exclusions. (#2957)
1 parent c5f2696 commit 11a919a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/StackExchange.Redis/CommandMap.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ public sealed class CommandMap
5959

6060
RedisCommand.PSUBSCRIBE, RedisCommand.PUBLISH, RedisCommand.PUNSUBSCRIBE, RedisCommand.SUBSCRIBE, RedisCommand.UNSUBSCRIBE, RedisCommand.SPUBLISH, RedisCommand.SSUBSCRIBE, RedisCommand.SUNSUBSCRIBE,
6161

62-
RedisCommand.DISCARD, RedisCommand.EXEC, RedisCommand.MULTI, RedisCommand.UNWATCH, RedisCommand.WATCH,
63-
6462
RedisCommand.SCRIPT,
6563

6664
RedisCommand.SELECT,

0 commit comments

Comments
 (0)