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

Commits on Jun 15, 2022

  1. 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.
    earthgecko committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    87a3419 View commit details
    Browse the repository at this point in the history