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

Correct retention_msecs value #2232

Merged
merged 1 commit into from Jun 19, 2022
Merged

Correct retention_msecs value #2232

merged 1 commit into from Jun 19, 2022

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.

None yet

3 participants