Issue with Expiry Time in Redis Set Operation #3026
Replies: 1 comment
-
seems because if you try to incr a not exits key,the redis will set it automaticly |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current implementation of the IncrDataToRedis function in the codebase is encountering an issue with the expiration time when using the Set operation in Redis. The problem is illustrated in the provided example code.
Beta Was this translation helpful? Give feedback.
All reactions