You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using dragonflydb as replacement for redis. In my properties, I have quarkus.redis.devservices.image-name=docker.dragonflydb.io/dragonflydb/dragonfly:v1.12.0
However when using the search API List<Document> list = redisDataSource.search().ftSearch("devicesIdx", "@id:\"" + id + "\"").documents();
it only returns the id but not the entire document. If I use redis container image, it returns the document properties. I have checked connecting to dragonflydb using redis desktop client and run the same command FT.SEARCH devicesIdx @id:"21442095"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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 dragonflydb as replacement for redis. In my properties, I have
quarkus.redis.devservices.image-name=docker.dragonflydb.io/dragonflydb/dragonfly:v1.12.0
However when using the search API
List<Document> list = redisDataSource.search().ftSearch("devicesIdx", "@id:\"" + id + "\"").documents();
it only returns the id but not the entire document. If I use redis container image, it returns the document properties. I have checked connecting to dragonflydb using redis desktop client and run the same command
FT.SEARCH devicesIdx @id:"21442095"
and it returns all properties
Any idea why this behaviour
Quarkus: v3.6.3
Beta Was this translation helpful? Give feedback.
All reactions