Skip to content

Commit

Permalink
Timeseries docs fix (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Jan 12, 2022
1 parent f807f3b commit 0affa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/redismodules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0affa0e

Please sign in to comment.