summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Matache <cristianmatache@hotmail.com>2023-05-08 08:04:18 +0100
committerGitHub <noreply@github.com>2023-05-08 10:04:18 +0300
commit906e41349d8751f721c452494cdcdb5455258719 (patch)
treec829c22ca2b84780e112cc884f0279181f551a27
parent3748a8b36d5c765f5d21c6d20b041fa1876021ae (diff)
downloadredis-py-906e41349d8751f721c452494cdcdb5455258719.tar.gz
Update redismodules.rst (#2747)
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
-rw-r--r--docs/redismodules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/redismodules.rst b/docs/redismodules.rst
index 2ac4651..27757cb 100644
--- a/docs/redismodules.rst
+++ b/docs/redismodules.rst
@@ -144,7 +144,7 @@ These are the commands for interacting with the `RedisTimeSeries module <https:/
import redis
r = redis.Redis()
- r.ts().create(2, retension_msecs=5000)
+ r.ts().create(2, retention_msecs=5000)
.. automodule:: redis.commands.timeseries.commands
:members: TimeSeriesCommands