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...
- [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...
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...
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"...
See #2743
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_"...
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...
- [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...
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...
This fixes Javadoc errors and warnings in the Spring Data Redis codebase.