StackExchange / StackExchange.Redis

General purpose redis client
https://stackexchange.github.io/StackExchange.Redis/
Other
5.87k stars 1.51k forks source link

Cluster proxy changes SCAN semantics; needs investigation #1395

Open mgravell opened 4 years ago

mgravell commented 4 years ago

There is a change in redis-cluster-proxy on SCAN (and related) that requires the cursor to be treated as an opaque token rather than handled as an integer.

Presumably this requires something about keeping a RedisValue on the API rather than long, but: could be a break on the cursor API.

NickCraver commented 1 year ago

Given this hasn't come up again and redis-cluster-proxy work seems to have stalled about 3 years ago - thoughts on ignoring this issue and closing out?