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...
Currently, the creation of **secandary indexes** and **index helpers** within `IndexWriter` is difficult to read at a glance. So I'm going to rewrite the code in a declarative style by...
- [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...
## Problem I have been following [this guide](https://docs.spring.io/spring-data/redis/reference/redis/redis-streams.html#redis.streams.receive.containers) for implementing asynchronous message listeners for Redis streams. The listeners work as expected at first. However, if a temporary connection timeout occurs...
- [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...
Previously, we were only specifying `KeyValueRepository` as the IdentifyingTypes of the repository. This can be problematic when used with **another implementation of KeyValueRepository**, so we need to provide a _Redis-specific_...
Removed unnecessary code snippets on `RedisQueryCreator`. In particular, `query.getCriteria()` is an unnecessary behavior. Using the `criteria` passed as method arguments as-is will keep our code clean. - [x] You have...
Issue : #2781 Please suggest if I have missed anything in this as this is my first PR in this project. Added support for handling the port resolving issues while...
- [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...
Closes #2084 - [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...
Add support for Pub/Sub for static master/replica configuration and document that it supports publishing/subscribing only with one node. - [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x]...