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 287 spring-data-redis issues
Sort by recently updated
recently updated
newest added

to be discussed.

status: pending-design-work
type: enhancement
for: planning

This PR implements a partial feature to validate the code conventions and assess the impact scope. If this approach aligns with the project's direction, I will proceed with implementing the...

type: enhancement
for: planning

Close #3178 - Add `zRankWithScore` and `zRevRankWithScore` methods. - Add unit, integration, connection tests. - [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] You use the code...

type: enhancement

## Overview Changed the `listener` parameter of `removeMessageListener` methods in `RedisMessageListenerContainer` to be non-nullable. (issue #3016) ## Changes - Removed `@Nullable` annotation from `listener` parameter in `removeMessageListener(MessageListener, Collection)` method -...

status: waiting-for-triage

### Description Currently, Spring Data Redis allows `RedisTemplate` to participate in transactions by enabling `setEnableTransactionSupport(true)`. However, declarative transaction management (`@Transactional`) requires a `PlatformTransactionManager`. The current documentation assumes that applications already...

type: enhancement

A good option in Redis stream processing would be adding a batch processing feature. It can improve performance and comfort using Stream API for Spring Data Redis. For example new/extended...

type: enhancement

Since Redis version 7.2 introduced the WITHSCORE option, it would be great if this feature could be supported as well.

type: enhancement