redisjson-py icon indicating copy to clipboard operation
redisjson-py copied to clipboard

RedisJSON for Redis Cluster?

Open radoye opened this issue 4 years ago • 1 comments

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?

radoye avatar Jun 15 '20 15:06 radoye

Yes, it does you're right, it is on our list. If you're willing to make a PR that will be great.

gkorland avatar Jun 16 '20 05:06 gkorland