Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in docs #2747

Merged
merged 2 commits into from
May 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update redismodules.rst
  • Loading branch information
cristianmatache authored May 5, 2023
commit f4c9bf3d3f5de5c9af5c5cc810bdd8455707f9a0
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