Skip to content

Commit

Permalink
Update redismodules.rst (#2747)
Browse files Browse the repository at this point in the history
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
  • Loading branch information
cristianmatache and dvora-h committed May 8, 2023
1 parent 3748a8b commit 906e413
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 @@ -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
Expand Down

0 comments on commit 906e413

Please sign in to comment.