-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
The method of adding a list keys does not add time expiration for keys #288
Comments
Hi @DobrovAlexey Do you have a unit test that reproduces the problem? |
Hi, yes, I looked the implementation, everything is quite simple there In the AddManyListKeys method, when adding a second list of keys, they are added with expiration time TTL = -1. Perhaps this has something to do with Redis itself? |
Hi @DobrovAlexey The release is the 6.3.1 .u |
Hi @imperugo, |
Hi,
I found an bug related to the key expiration time when adding a list of keys using AddAllAsync method, but I mistakenly addressed a question to
SE.Redis
, now I understand that the problem is in theStackExchange.Redis.Extensions
packages.In order not to duplicate the question, I leave a link to the description of the problem:
The method of adding a list does not add time expiration for keys (AddAllAsync) #1514
Thanks.
The text was updated successfully, but these errors were encountered: