Seongchul Ahn

Results 2 comments of Seongchul Ahn
trafficstars

- `redis-py` v 4.3.4 - `redis-server` v 6.2.3 - w/ modules, `RedisJSON` v 2.2.0 ```python r = redis.Redis() jp = r.json().pipeline() jp.jsonset('foo', '.', {'hello':'world'}) jp.jsonget('foo', '.') jp.execute() [{'hello': 'world'}] ```...