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...
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...
- [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...
support RoutingConnectionFactory like datasource?
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...
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...
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...
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...
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...
**[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