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 220 spring-data-redis issues
Sort by recently updated
recently updated
newest added

Hi Overview tab of Spring Data Redis page contains a lot of links. All of them are invalid and returns 'Page not found' response. For example: https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#redis:connectors https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#redis:sentinel

type: documentation

If one wants a custom NullValueSerializer you can define your own [`registerNullValueSerializer`](https://github.com/spring-projects/spring-data-redis/blob/main/src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java#L227-L232), you cannot define your own [`NullValueSerializer`](https://github.com/spring-projects/spring-data-redis/blob/main/src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java#L366) but because `registerNullValueSerializer` is static, you have to also overwrite other methods...

status: ideal-for-contribution
type: enhancement

Documentation Example 1. Configuring Template API,Java Reactive incorrectly uses ReactoveRedisConnectionFactory as a parameter - [ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [ ] You use the...

type: documentation

Hi, Context: I have a Spring Boot 3.2.3 app which uses spring-boot-starter-data-redis. We have a Redis cluster on the cloud, where RediSearch module is installed and where other applications are...

status: waiting-for-triage
for: team-attention

Can't change the Redis startup port by modifying the application.properties's host,port,password when using RedisTemplate on Redis standalone. ![bedced2a45f8e98e73546c1b22f7e3c](https://github.com/spring-projects/spring-data-redis/assets/63155008/60e261e5-efd3-4ee4-afbb-4e5ff091b529) ![image](https://github.com/spring-projects/spring-data-redis/assets/63155008/fa37cc0f-6746-4aa8-a425-e9092d04332e) But I can connect to the Redis server by way of...

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

- [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...

type: enhancement

能否在不升级版本的情况下,通过修改源码等方式,连接redis6中配置密码的sentinel

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