-
Notifications
You must be signed in to change notification settings - Fork 80
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
UpdateAsync() doesnt provide Inputs for the lifetime cache #430
Comments
I agree, it is not enough to install ttl when updating entity in cache |
I support. Can you fix this? |
@slorello89 Working incorrect ERR value is not an integer or out of range |
hmm @granit1986 - that's quite odd - PEXPIRE doesn't support fractional milliseconds (not to mention if we did there would be a cultural invariance issue in how they are being parsed in Redis OM). What TimeSpan are you using here, it looks like it might be to blame (though we should be correctly rounding off milliseconds here). |
Are there any plans to have this option available soon so that we can start using this for setting up custom lifetime while calling update async()
The text was updated successfully, but these errors were encountered: