redisjson-py
redisjson-py copied to clipboard
RedisJSON for Redis Cluster?
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?
Yes, it does you're right, it is on our list. If you're willing to make a PR that will be great.