Abilash Sethumadhav

Results 3 issues of Abilash Sethumadhav

**Question**: Does Redis om Spring support standard interface/class-based projections? For example: Here is my projection class: `public interface CachedClassificationSkimmedProjection { Integer getSurId(); String getName(); String getIconUrl(); }` My document repository:...

enhancement

We were doing load testing with more than 200 clients, and concurrent search and write operations to our standalone redis instance, we use RedisJson and Search, All the objects are...

bug

We've been working on a project where we use @Reference with @Document models a lot, In some of the documents even have more than 10+ @Reference associations. Sometimes when we...