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...
This PR adds support for ZRANGESTORE Closes #2345 - [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...
- [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...
excuse me i find org.springframework.data.redis.connection.RedisClusterConfiguration not support ipv6 . for example Configuration yml file: -  but get the ipv error such as:  the ipv6 fe80::a00:27ff:fe4b:ee48/6379 split fe80: and...
- For the Jedis-based implementations of bzpopmin and bzpopmax, a NPE is thrown if the provided timeout elapses and the server responds with a null array. - [ ] You...
- Specifically, usage of the API `ZSetOperations.popMax(K key, Duration timeout)` will produce incorrect results. - [ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [ ] You use...
This PR addresses issue #2309. It prevents the multi-get operation from returning null values inside the collection. This is an issue that can be very difficult to diagnose as it...
Duplicate key about COMMAND_OUTPUT_TYPE_MAPPING, COPY should be return bolean & MGET is duplicate - [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...