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

**[Michael Gmeiner](https://jira.spring.io/secure/ViewProfile.jspa?name=gmeiner.m)** opened **[DATAREDIS-831](https://jira.spring.io/browse/DATAREDIS-831?redirect=false)** and commented I do not find any support of using the RedisRepository feature with ReactiveCrudRepository.  For example the following using: ```java @Repository interface BookRepo : ReactiveCrudRepository...

type: enhancement

On update intensive applications, where CrudRepository.save/saveAll is called many times on already existing keys, the current implementation uses DEL command before SET, and this puts some pressure on the DB...

status: ideal-for-contribution
type: enhancement

Deprecations for #2288 and #2274.

type: enhancement

We use spring-data-redis and lettuce to access the redis cluster. I don't know the cause, but there was a problem that the connection could not be initialization complete As a...

type: enhancement
theme: 4.0

Redis 6.2.0 added support for count argument to LPOP and RPOP: https://redis.io/commands/rpop. Can we add the support? I'm currently using luascript as a workaround

type: enhancement

This change adds the `approximateTrimming` option to the reactive stream operations coroutines extension. I do not think this change warrants an additional test case since this function is already covered,...

type: enhancement

There is a type issue in Kotlin due to the missing `@Nullable` annotation.

type: task
for: team-attention
status: feedback-provided

`indexOf` and `lastIndexOf` methods are missing the `@Nullable` annotation causing issues for nullability checks in Kotlin.

status: waiting-for-triage
in: kotlin

I tried to be conservative with the parameter name changes, only changing methods with the same function signature as in the Redis docs. I couldn't bring myself to change param...

type: task