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

An extension to redis-py for using Redis' ReJSON module

Results 18 redisjson-py issues
Sort by recently updated
recently updated
newest added

``` obj = { "id": 1, "uname": "abc" } rj.jsonset('key1', Path.rootPath(), obj) ```

question

- change typo in [line:125](https://github.com/RedisJSON/redisjson-py/blob/master/README.md?plain=1#L125) from `TestDecoder` to `CustomDecoder`

Ola, Estou tentando Utilizar o REJSON no python, ja iniciei utilizando o pip install rejson, instala normal, porem sempre me retorna esse erro, que nao esta encontrando o comando JSON.SET.....

help wanted

I see a key pointing to list of json : ```python redis_json_client.jsonset('customers', Path.rootPath(), { "customers": []}) ```` example of insreted json customer_json: ``` { "customer_status": "Active", "first_name": "Leonard", "last_name": "Cohen",...

Is rejon support batch upsert or bulk load? for reference: https://docs.couchbase.com/python-sdk/2.5/batching-operations.html#asynchronous-batching

question

Hi all! I have a problem with reason and russian letter. I no anything idea, how i can fix it. hiredis==0.2.0 redis==2.10.6 rejson==0.2.1 six==1.11.0 python =3.6 from rejson import Client,...

bug

Here's a quick implementation, without going into all the details of redis-py/redis-py-cluster. Before spending more time on this, it would be useful to hear comments on 1. tests 2. style/approach....

enhancement

```bash Traceback (most recent call last): File "", line 1, in File "/Library/Python/2.7/site-packages/rejson/__init__.py", line 124, in from .client import Client File "/Library/Python/2.7/site-packages/rejson/client.py", line 106 def jsonget(self, name, *args, no_escape=False): ^...

enhancement