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 41cef47 commit 79b99e0Copy full SHA for 79b99e0
docs/redismodules.rst
@@ -131,7 +131,7 @@ These are the commands for interacting with the `RedisTimeSeries module <https:/
131
132
import redis
133
r = redis.Redis()
134
- r.timeseries().create(2, retension_msecs=5)
+ r.ts().create(2, retension_msecs=5)
135
136
.. automodule:: redis.commands.timeseries.commands
137
:members: TimeSeriesCommands
0 commit comments