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 3748a8b commit 906e413Copy full SHA for 906e413
docs/redismodules.rst
@@ -144,7 +144,7 @@ These are the commands for interacting with the `RedisTimeSeries module <https:/
144
145
import redis
146
r = redis.Redis()
147
- r.ts().create(2, retension_msecs=5000)
+ r.ts().create(2, retention_msecs=5000)
148
149
.. automodule:: redis.commands.timeseries.commands
150
:members: TimeSeriesCommands
0 commit comments