RedisJSON for Redis Cluster?
radoye opened this issue · 1 comments
radoye commented
Currently Client is a StrictRedis
client. This does not seem to work with the Redis Cluster setup (MOVED error due to redirection that is not followed?).
Does it make sense to pass a redis/rediscluster object to Client to make the connector pluggable?
gkorland commented
Yes, it does you're right, it is on our list. If you're willing to make a PR that will be great.