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

- [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 formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have them applied to your changes. Don’t submit any formatting...

status: waiting-for-triage

Hi, I am trying to Test Redis Cluster Using TestContaienrs. I have used `lettuce` to test, which actually requires Manual NAT port mapping to resolve the SocketAddress. Here is an...

type: enhancement

See #2751. Please read the description in #2751. I also think formatted Strings work nicer if natural line breaks are preserved. For example: ```java throw new IllegalArgumentException("some message with placeholders"...

type: task

See #2745

type: task
in: jedis

Closes #2670 NOTE: the next effect of theses changes is preserving the existing behavior. While the default value for `notifiy-keyspace-events` in the abstract class `KeyspaceEventMessageListener` changed from "`EA`" to "_empty_"...

type: bug
in:messaging

Fix issue: #2261 Set a new option `shutdownTimeout` for container option. The container will wait listener with `shutdownTimeout` time to finish processing. If any improvement can do, feel free to...

status: pending-design-work
type: enhancement

- [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 formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have them applied to your changes. Don’t submit any formatting...

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

See Issue #2650 See Original Pull Request #2717 Uses more descriptive names for operations, especially Reactive operations, by either calling a local, private method or introducing a variable with strongly...

type: task
in: cache

This fixes Javadoc errors and warnings in the Spring Data Redis codebase.

type: documentation