No EX for json.set? #2754
Answered
by
leibale
NavaceSystem
asked this question in
Q&A
No EX for json.set?
#2754
-
I'm using the node client and also looked the |
Beta Was this translation helpful? Give feedback.
Answered by
leibale
May 9, 2024
Replies: 1 comment 1 reply
-
Unfortunately
use MULTI:
or, you can use a function/lua script. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NavaceSystem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately
JSON.SET
does not support setting the key expiry.You can either "pipeline" them one after another:
use MULTI:
or, you can use a function/lua script.