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

Related tickets: [DATAREDIS-1117](https://jira.spring.io/browse/DATAREDIS-1117). - `doLock` method is not guarantee to acquire lock, so improved it. - Improved `doLock` method is guarantee to acquire lock, so `wasLocked` variable is unnecessary. I...

status: waiting-for-triage

- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/browse/DATAREDIS). - [x] You use...

status: waiting-for-triage

support RoutingConnectionFactory like datasource?

type: enhancement

We wanted to get metrics from the Lettuce Redis connection pool. But I don't see any meter binder for redis connection pools unlike JDBC Datasource. Is there any other way...

status: pending-design-work
type: enhancement
theme: Observability

when spring boot application is being shutdown gracefully, DefaultStreamMessageListenerContainer should wait until listeners have finished their processing within given timeout. Currently redis stream listeners are terminated instantly in the middle...

type: enhancement

In `org.springframework.data.redis.cache.RedisCache#clear`, we generate the `pattern` like this: ``` byte[] pattern = conversionService.convert(createCacheKey("*"), byte[].class); ``` However, `conversionService` is for converting arbitrary key objects to a `String`, not for converting the...

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

We are continuously listening for messages on a stream. When we use block > 0(We do not want to set it to 0) in the XREADGROUP command, spring is creating...

status: pending-design-work

At the moment there is only support for eviction to the maximum length of a stream, aka MAXLEN Please also consider adding support for MINID as in https://redis.io/commands/xtrim spring classes...

type: enhancement

**[Salil Gandhi](https://jira.spring.io/secure/ViewProfile.jspa?name=salilgandhi)** opened **[DATAREDIS-725](https://jira.spring.io/browse/DATAREDIS-725?redirect=false)** and commented The queries/methods does not support IN clause for Redis --- **Reference URL:** https://stackoverflow.com/questions/53264718/java-lang-illegalargumentexception-in-1-isin-inis-not-supported-for-redis

in: repository
type: enhancement