Brian Sam-Bodden

Results 58 comments of Brian Sam-Bodden

We are currently working on an EntityStreams-like implementation for Aggregations; stay tuned!

@gkorland I really would like to do that but I'm getting the Jedis dependency from Spring Data Redis, at the moment, on the current release they are at `3.7.0` and...

> spring-projects/spring-data-redis#2287 I got a branch ready, waiting for a few dependencies to be published and we should be good to go.

> Hi there - is there a release version coming out soon with this change? The last update was in May, so just checking in now that someone is assigned...

@anyili it's on the roadmap!

Looks like we'll have that by the end of October

@slorello89 For Redis OM Spring, I followed the recipe from Spring Data Redis https://docs.spring.io/spring-data/redis/docs/current/reference/html/#redis.repositories.expirations, which is to have a `@TimeToLive` annotation that you can place at the class level to...

@pierrelambert can you come up with a simple example, to get a better idea? Currently, I believe that if you mark a field with `@Id` and set the values before...

@matanos can you connect to your container using the local redis-cli? or telnet? I suspect it's a docker networking issue.

@AnujaK can you provide a code sample, I just tried it with a long field on a `@RedisHash` mapping and a between query like: **Model:** ``` package com.redis.om.spring.annotations.hash.fixtures; import java.util.HashSet;...