redis-om-spring icon indicating copy to clipboard operation
redis-om-spring copied to clipboard

Spring Data Redis extensions for better search, documents models, and more

Results 75 redis-om-spring issues
Sort by recently updated
recently updated
newest added

See https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#query-by-example

enhancement
hacktoberfest

It seems like all the indexed fields are set as `TAG` but with a `"SEPARATOR" ","` which can cause unexpected results if the field values does contain `,`

Could we have support for redis cluster, it seems all search and bloomfilter and json are for single instance.

enhancement

It would be nice to have support for implicit Id for instance the field value of a document would be used as key. I imagine it would be a new...

enhancement