1

I have objects that looks like

@REntity
class Product {
@RId
String name;

@RIndex
String[] tags; // ["foo", "bar", ...]

...
}

How can I query all objects having foo as one of the tags using Redisson Live Object Service?

0 Answers0