summaryrefslogtreecommitdiff
path: root/docs/redismodules.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/redismodules.rst')
-rw-r--r--docs/redismodules.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/redismodules.rst b/docs/redismodules.rst
index 24be4da..07e756d 100644
--- a/docs/redismodules.rst
+++ b/docs/redismodules.rst
@@ -93,6 +93,7 @@ These are the commands for interacting with the `RedisJSON module <https://redis
r = redis.Redis()
r.json().set("mykey", ".", {"hello": "world", "i am": ["a", "json", "object!"]}
+Examples of how to combine search and json can be found `here <examples/search_json_examples.html>`_.
.. automodule:: redis.commands.json.commands
:members: JSONCommands