spring-data-redis
spring-data-redis copied to clipboard
Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository...
**[Sonu Kumar](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49691)** opened **[DATAREDIS-1163](https://jira.spring.io/browse/DATAREDIS-1163?redirect=false)** and commented In Spring Redis data, many of the places, doc says ```java @return {@literal null} when used in pipeline / transaction. ``` For example in...
**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** opened **[DATAREDIS-938](https://jira.spring.io/browse/DATAREDIS-938?redirect=false)** and commented Add option to read cache configuration from properties file. The idea ist to have one global (default) configuration file `redis-cache.properties` ``` locked: [true, false]...
**[Abhijit Sarkar](https://jira.spring.io/secure/ViewProfile.jspa?name=asarkar)** opened **[DATAREDIS-1250](https://jira.spring.io/browse/DATAREDIS-1250?redirect=false)** and commented The following repository definition fails: ``` interface TestRepo: CoroutineCrudRepository ``` with ``` org.springframework.dao.InvalidDataAccessApiUsageException: Reactive Repositories are not supported by Redis. Offending repository is com.mycompany.persistence.TestRepo!...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATAREDIS-1131](https://jira.spring.io/browse/DATAREDIS-1131?redirect=false)** and commented This is a follow-up of [spring-projects/spring-boot#15630](https://github.com/spring-projects/spring-boot/issues/15630) As part of this issue, Spring Boot alters the `ClusterTopologyRefreshOptions` that's part of the `ClientOptions`. Spring Boot also...
**[ismael COULIBALY](https://jira.spring.io/secure/ViewProfile.jspa?name=icoulibaly)** opened **[DATAREDIS-1075](https://jira.spring.io/browse/DATAREDIS-1075?redirect=false)** and commented Hey guys, Me and my team are facing a probleme due to the usage of Spring Data Redis 2.2.2 in a Spring Boot App....
**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** opened **[DATAREDIS-883](https://jira.spring.io/browse/DATAREDIS-883?redirect=false)** and commented --- No further details from [DATAREDIS-883](https://jira.spring.io/browse/DATAREDIS-883?redirect=false)
**[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...