ctstone / csredis

.NET client for Redis and Redis Sentinel (2.8). Includes both synchronous and asynchronous clients.
Other
292 stars 111 forks source link

RedisProtocolException in BLPopWithKey #48

Open Gerrit-K opened 6 years ago

Gerrit-K commented 6 years ago

If the timeout in BLPopWithKey is reached, a RedisProtocolException is thrown because a length of 2 is expected but -1 received. Probably related to #47