Skip to content

Conversation

@earthgecko
Copy link
Contributor

Description of change

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.

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.
@codecov-commenter
Copy link

codecov-commenter commented Jun 15, 2022

Codecov Report

Merging #2232 (87a3419) into master (bedf3c8) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2232      +/-   ##
==========================================
+ Coverage   91.83%   91.84%   +0.01%     
==========================================
  Files         108      108              
  Lines       27690    27690              
==========================================
+ Hits        25429    25432       +3     
+ Misses       2261     2258       -3     
Impacted Files Coverage Δ
redis/asyncio/connection.py 83.85% <0.00%> (+0.11%) ⬆️
tests/test_cluster.py 97.03% <0.00%> (+0.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bedf3c8...87a3419. Read the comment docs.

@dvora-h
Copy link
Collaborator

dvora-h commented Jun 19, 2022

@earthgecko Thank you for helping make our documentation better!

@dvora-h dvora-h added the maintenance Maintenance (CI, Releases, etc) label Jun 19, 2022
@dvora-h dvora-h merged commit 2ee61f0 into redis:master Jun 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Maintenance (CI, Releases, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants