spring-data-redis icon indicating copy to clipboard operation
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...

Results 220 spring-data-redis issues
Sort by recently updated
recently updated
newest added

hi i have a problem, when i upgrade spring data redis version, i may be upgrade lettuce version, but doc not show correctly, or maybe i can not found, i...

type: documentation

This is follow up to https://github.com/spring-projects/spring-data-redis/issues/2079 I have case where valueLoader for populating RedisCache is calling external service with long response time. All value loads for same cache are synchronized,...

status: waiting-for-triage

ReactiveListOperations only supports LPOP without count ` Mono leftPop(K key); Mono leftPop(K key, Duration timeout); `

type: enhancement

**[tramyu](https://jira.spring.io/secure/ViewProfile.jspa?name=tramyu)** opened **[DATAREDIS-1050](https://jira.spring.io/browse/DATAREDIS-1050?redirect=false)** and commented I use PartialUpdate to update a secondary index entity. The update works great, but partial update call keys command I think you can access them...

type: bug

Spring data redis version - **2.7.2** Lettuce client version - **6.1.8.RELEASE** When we use CRUDRepository, we can see the keys reference is stored in a separate SET for every keyspace....

status: waiting-for-triage
status: feedback-provided

in my configclass,code show as below @Bean public GenericJackson2JsonRedisSerializer jsonRedisSerializer( Jackson2ObjectMapperBuilder objectMapperBuilder) { var objectMapper = objectMapperBuilder.build(); GenericJackson2JsonRedisSerializer.registerNullValueSerializer(objectMapper, null); objectMapper.activateDefaultTyping(objectMapper.getPolymorphicTypeValidator(), ObjectMapper.DefaultTyping.NON_FINAL, JsonTypeInfo.As.PROPERTY); return new GenericJackson2JsonRedisSerializer(objectMapper); } @Bean public RedisTemplate redisTemplate(...

for: team-attention
status: feedback-provided

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATAREDIS-453](https://jira.spring.io/browse/DATAREDIS-453?redirect=false)** and commented The Sorted Sets APIs declare methods using `double` min/max arguments and `long` offset/count arguments. The API should be improved by using the existing `Range`...

type: enhancement

This was first mentioned by @lrozek in issue #2251 and implemented with issue #2198 in [release 2.7.0-M3](https://github.com/spring-projects/spring-data-redis/releases/tag/2.7.0-M3) . Hence, this issue strongly builds on their description of the problem. However,...

status: waiting-for-triage