We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2461d commit 9d70719Copy full SHA for 9d70719
docs/redismodules.rst
@@ -91,7 +91,7 @@ These are the commands for interacting with the `RedisJSON module <https://redis
91
92
import redis
93
r = redis.Redis()
94
- r.json().set("mykey", ".", {"hello": "world", "i am": ["a", "json", "object!"]}
+ r.json().set("mykey", ".", {"hello": "world", "i am": ["a", "json", "object!"]})
95
96
Examples of how to combine search and json can be found `here <examples/search_json_examples.html>`_.
97
0 commit comments