RedisJSON / redisjson-py

An extension to redis-py for using Redis' ReJSON module
https://redisjson.io
BSD 2-Clause "Simplified" License
160 stars 34 forks source link

RedisJSON for Redis Cluster? #39

Open radoye opened 4 years ago

radoye commented 4 years ago

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 4 years ago

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