Create an object that supports the coming Redis Cluster feature with v3.0
Much like you have created a RedisSentinel object ... I have a need for a RedisCluster object that supports the new feature which is coming in v3.0. Thanks.

-
To be upfront ServiceStack.Redis will not be implementing Cluster logic inside the library itself (which IMO is architecturally flawed for each client to be implementing themselves). Our H/A solution is to use Sentinel where the UX works as expected with all operations being supported (inc. multi key operations).
In the next release (that's now available from v5.9.3 on MyGet) we've added Async support, in a future release, once stabilized our intention is to support Redis Cluster Proxy as the future cluster solution:
https://github.com/RedisLabs/redis-cluster-proxy
Where all clients share the same Redis Cluster Logic (IMO how it should've been implemented from the outset).
-
Mike commented
We need it too. And lack of it will probably move us away from servicestack
-
Anyone waiting on redis cluster support should check out the redis cluster solutions from Twitter and Netflix which both works with the normal Redis protocol:
- https://github.com/twitter/twemproxy
- https://github.com/Netflix/dynomite -
Josh Hoalt commented
+1
-
guy commented
+1
-
Anonymous commented
I need redis cluster support ! Thanks.
-
Anonymous commented
+1.. Cluster has been out 2 yrs...
-
Thane Hafterson commented
I need redis cluster support. I'll have to migrate to another product and drop my ServiceStack support contracts without it.
-
Basar OLGUN commented
I need redis cluster support ! Thanks.
-
Anonymous commented
I need redis cluster support ! Thanks.
-
Basar OLGUN commented
I need redis cluster support ! Thanks.
-
Anonymous commented
I'm need too but it's not avaible
-
TuanPham commented
I'm need too but it's not avaible
-
Joji Isac commented
I am also looking for this feature