Replies: 2 comments 1 reply
-
/cc @cescoffier (redis), @gsmet (redis), @machi1990 (redis) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ah ha... thank you. :-) |
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 am using Quarkus 2.16.9.Final and the
quarkus-redis-client
. I am using the RedisJson commands as shown below.The issue is if I do a jsonGet() for a document that does not exist, Redis correctly returns
null
but I geti.e. it looks like a bug in the vertx client.
My question is how do i find out what version of that package I am using? I am reluctant to upgrade to Quarkus V3 right now because I have enough backlog to keep me busy. But, if it turns out this has been fixed in a later version and is in Quarkus v3 I will bite the bullet and upgrade. Or, is it possible to use the latest Vertx Redis Client with Quarkus 2.16.9.Final? I am not experienced enough in Java yet to know how to do that (even if it is possible).
Thanks,
Murray
Beta Was this translation helpful? Give feedback.
All reactions