summaryrefslogtreecommitdiff
path: root/docs/redismodules.rst
blob: da8c36b7b40a3c64f7bcbbd5ae9fd09524f2f27d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Redis Modules Commands
######################

Accessing redis module commands requires the installation of the supported `Redis module <https://docs.redis.com/latest/modules/>`_. For a quick start with redis modules, try the `Redismod docker <https://hub.docker.com/r/redislabs/redismod>`_.

RedisTimeSeries Commands
************************
.. automodule:: redis.commands.timeseries.commands
   :members: TimeSeriesCommands

RedisJSON Commands
******************
.. automodule:: redis.commands.json.commands
   :members: JSONCommands

RediSearch Commands
*******************
.. automodule:: redis.commands.search.commands
   :members: SearchCommands