Servicestack supported Redis Cluster?

my project need redis cluster , ServiceStack supported?

Redis Cluster logic wont be baked into the clients, here’s the feature request for it. We’ll only support Sentinel for HA or a redis cluster proxy when one is released.

which proxy project you recommend?ServiceStack work best

The only supported HA solution in ServiceStack.Redis is Redis Sentinel. The goal of a cluster proxy is to encapsulate the cluster logic behind a redis server interface so it’s transparent and compatible with all existing Redis clients, we don’t have a recommendation.

throw “No master found in : 10.10.1.201:7617” servicestack to predixy use PooledRedisClientManager
but var redisClient = new RedisClient(“123456789@10.10.1.201:7617”) it’s worked