Skip to content

Commit 906e413

Browse files
Update redismodules.rst (#2747)
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
1 parent 3748a8b commit 906e413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/redismodules.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ These are the commands for interacting with the `RedisTimeSeries module <https:/
144144
145145
import redis
146146
r = redis.Redis()
147-
r.ts().create(2, retension_msecs=5000)
147+
r.ts().create(2, retention_msecs=5000)
148148
149149
.. automodule:: redis.commands.timeseries.commands
150150
:members: TimeSeriesCommands

0 commit comments

Comments
 (0)