redisjson-py
redisjson-py copied to clipboard
An extension to redis-py for using Redis' ReJSON module
Currently Client [is a](https://github.com/RedisJSON/redisjson-py/blob/master/rejson/client.py#L27) `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...
Hi Guys, look my json >> JSON.GET 906461499 "{"name": "jony", "time": "10:36:49", "date": "20190109", "ope": "U", "table": "C20010", "field": "U"}" How can I get/filter in a JSON key value, like...
Fixes #25
Client(decode_responses=True)
I'm entirely certain this may be a usage issue, but reaching out here as I'm not sure where else to look. ## Problem I have a class `Jobs` which inherits...
I'm facing some encoding issues with the client; The problem are when using non ascii characters, more precisely æøåÆØÅ etc. ``` client.jsonset("test", Path.rootPath(), {'name': 'test111', 'items': []}) client.jsonget('test') --> {'name':...
Fix for #9 None is now returned rather than raising a TypeError.
for ease of use, the default path would always be the root as defined by `Path.rootPath()`