Replies: 1 comment
-
Hi @tom-lkwd, The GET option is only available on Redis >= 7.0. Are you using the latest Redis? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I add a
.Get()
(as below) and I get an error in myrueidis.RedisResult
egstring: "ERR syntax error"
onDo()
I want to
Set if not exists
and if it does exists I want toGet
the values, is this a bug or am I using this wrong?Beta Was this translation helpful? Give feedback.
All reactions