summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2022-01-12 09:11:29 +0200
committerGitHub <noreply@github.com>2022-01-12 09:11:29 +0200
commit0affa0ed3f3cbcb6dec29b34a580f769f69ae9f7 (patch)
treecccfbcd1ffb56d7eff56e3557185f94982f303ac
parentf807f3ba1bb25138696e42f75ac59036e323a687 (diff)
downloadredis-py-0affa0ed3f3cbcb6dec29b34a580f769f69ae9f7.tar.gz
Timeseries docs fix (#1877)
-rw-r--r--docs/redismodules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/redismodules.rst b/docs/redismodules.rst
index f311675..24be4da 100644
--- a/docs/redismodules.rst
+++ b/docs/redismodules.rst
@@ -131,7 +131,7 @@ These are the commands for interacting with the `RedisTimeSeries module <https:/
import redis
r = redis.Redis()
- r.timeseries().create(2, retension_msecs=5)
+ r.ts().create(2, retension_msecs=5)
.. automodule:: redis.commands.timeseries.commands
:members: TimeSeriesCommands