We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed a ever-increasing number of keys in my cluster. It looks like the redis sliding window stats keys are never set to expire
In RedisConcurrencyManager and RedisFixedWindowManager none of the keys have expiration.
RedisConcurrencyManager
RedisFixedWindowManager
I don't think this is expected is it?
The text was updated successfully, but these errors were encountered:
Yes, we should fix this
Sorry, something went wrong.
@cristipufu thanks for merging the PR. when are you planning to release it?
No branches or pull requests
I noticed a ever-increasing number of keys in my cluster. It looks like the redis sliding window stats keys are never set to expire
In
RedisConcurrencyManager
andRedisFixedWindowManager
none of the keys have expiration.I don't think this is expected is it?
The text was updated successfully, but these errors were encountered: