This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
Use nx and ex at the same time? #1347
Answered
by
GoodManWEN
GoodManWEN
asked this question in
Q&A
-
I saw the setnx method and setex method in the documentation respectively. So how do I implement the |
Beta Was this translation helpful? Give feedback.
Answered by
GoodManWEN
Apr 15, 2022
Replies: 1 comment
-
Alright, this discussion should be closed, I searched for the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GoodManWEN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alright, this discussion should be closed, I searched for the
set
method in the high level API section of the documentation and the first method that came up was not from theRedis
class but from theBitFieldOperation
class, leading me to believe that the method did not support the ex parameter.