Skip to content

Commit 0cb7d58

Browse files
authored
update envoy defs to allow UNWATCH (#2824)
1 parent 7170cb4 commit 0cb7d58

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/ReleaseNotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Current package versions:
77
| [![StackExchange.Redis](https://img.shields.io/nuget/v/StackExchange.Redis.svg)](https://www.nuget.org/packages/StackExchange.Redis/) | [![StackExchange.Redis](https://img.shields.io/nuget/vpre/StackExchange.Redis.svg)](https://www.nuget.org/packages/StackExchange.Redis/) | [![StackExchange.Redis MyGet](https://img.shields.io/myget/stackoverflow/vpre/StackExchange.Redis.svg)](https://www.myget.org/feed/stackoverflow/package/nuget/StackExchange.Redis) |
88

99
## Unreleased
10-
No pending unreleased changes.
10+
11+
- Update *envoy* command definitions to [allow `UNWATCH`](https://github.com/envoyproxy/envoy/pull/37620) ([#2824 by mgravell](https://github.com/StackExchange/StackExchange.Redis/pull/2824))
1112

1213
## 2.8.22
1314

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.PUNSUBSCRIBE, RedisCommand.SUBSCRIBE, RedisCommand.UNSUBSCRIBE,
6161

62-
RedisCommand.UNWATCH,
63-
6462
RedisCommand.SCRIPT,
6563

6664
RedisCommand.SELECT,

0 commit comments

Comments
 (0)