Spring Projects Issues
Spring Projects Issues
**[Yan Ma](https://jira.spring.io/secure/ViewProfile.jspa?name=hi.yanma)** opened **[DATAREDIS-818](https://jira.spring.io/browse/DATAREDIS-818?redirect=false)** and commented I have multiple modules in a project. Each module has their own Redis repositories and auxiliary indexes defined in a class which extends `org.springframework.data.redis.core.index.IndexConfiguration`....
**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** opened **[DATAREDIS-807](https://jira.spring.io/browse/DATAREDIS-807?redirect=false)** and commented With [DATAREDIS-762](https://jira.spring.io/browse/DATAREDIS-762) we introduced `RedisConfiguration` which allows allows to move over setup scenario specifics so we do not need to hold different configuration variables....
**[Jonathan ROQUES](https://jira.spring.io/secure/ViewProfile.jspa?name=jojodu31)** opened **[DATAREDIS-722](https://jira.spring.io/browse/DATAREDIS-722?redirect=false)** and commented In a model class (called MyClass) I have an attribute as : ```java private Map attr = new HashMap(); ``` When using : ```java...
**[Renato Duarte Soffiatto](https://jira.spring.io/secure/ViewProfile.jspa?name=rsoffiatto)** opened **[DATAREDIS-596](https://jira.spring.io/browse/DATAREDIS-596?redirect=false)** and commented Environment: Spring Boot: 1.4.3 Spring Data Redis: 1.7.7-BUILD-SNAPSHOT (pretty sure it happens with the 1.7.6, but the stack traces were collected from the...
**[Greg Dubicki](https://jira.spring.io/secure/ViewProfile.jspa?name=gdubicki)** opened **[DATAREDIS-343](https://jira.spring.io/browse/DATAREDIS-343?redirect=false)** and commented Please consider improving pipelining documentation, especially: 1. Provide an example code for using "the standard execute method, passing true for the pipeline argument". 2....
**[Ajilkumar](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50527)** opened **[DATAREDIS-1229](https://jira.spring.io/browse/DATAREDIS-1229?redirect=false)** and commented Application is running with spring-boot 2.3.1 and lettuce 5.3.1 with Redis Cluster enabled. On Startup application is subscribing to expired events to the master node...
**[j-razeed](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49947)** opened **[DATAREDIS-1206](https://jira.spring.io/browse/DATAREDIS-1206?redirect=false)** and commented We are planning to use elasticache redis for our spring boot application. I created elasticache redis cluster (3 shards and 2 replica per shard. so...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATAREDIS-534](https://jira.spring.io/browse/DATAREDIS-534?redirect=false)** and commented Keyspace notifications in Redis Cluster are published only to the local node (see https://github.com/antirez/redis/issues/2541. Keyspace notifications are not broadcasted to all nodes). Spring Data...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATAREDIS-837](https://jira.spring.io/browse/DATAREDIS-837?redirect=false)** and commented Add support for the following commands: * ZPOP * BZPOP * ZREVPOP * BZREVPOP --- **Issue Links:** - [DATAREDIS-841](https://jira.spring.io/browse/DATAREDIS-841) Add support for ZPOPMIN, ZPOPMAX,...
**[zhou-hao](https://jira.spring.io/secure/ViewProfile.jspa?name=zhou-hao)** opened **[DATAREDIS-1081](https://jira.spring.io/browse/DATAREDIS-1081?redirect=false)** and commented https://github.com/spring-projects/spring-data-redis/blob/master/src/main/java/org/springframework/data/redis/connection/ReactiveHashCommands.java#L296-L302https://github.com/spring-projects/spring-data-redis/blob/master/src/main/java/org/springframework/data/redis/connection/ReactiveHashCommands.java#L296-L302 io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s) at io.lettuce.core.ExceptionFactory.createTimeoutException(ExceptionFactory.java:51) Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: Assembly trace from producer [reactor.core.publisher.MonoFromPublisher] : reactor.core.publisher.Mono.from(Mono.java:362) io.lettuce.core.AbstractRedisReactiveCommands.createMono(AbstractRedisReactiveCommands.java:433)Error has been observed at the...