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 f807f3b commit 0affa0eCopy full SHA for 0affa0e
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