From 87a3419eb386104014f5f8b4e28aeb44374559c1 Mon Sep 17 00:00:00 2001 From: earthgecko <96679+earthgecko@users.noreply.github.com> Date: Wed, 15 Jun 2022 07:11:39 +0100 Subject: [PATCH] Correct retention_msecs value The `retention_msecs` takes a millisecond value not a seconds value, having checked and tested redis/commands/timeseries/commands.py is not adjusting seconds to milliseconds it is passing it through as is, therefore the statement in this doc is incorrect as it creates a time series with a retention period of 5 milliseconds not 5 seconds as stated. --- docs/redismodules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/redismodules.rst b/docs/redismodules.rst index e4d36b180c..86a323a925 100644 --- a/docs/redismodules.rst +++ b/docs/redismodules.rst @@ -134,7 +134,7 @@ These are the commands for interacting with the `RedisTimeSeries module