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

## Summary This PR implements configurable deletion strategy for Redis repository operations, allowing applications to choose between synchronous `DEL` and asynchronous `UNLINK` commands for better performance optimization. ## Background Currently,...

status: waiting-for-triage

Revisit components and check if they align with the core container lifecycle arrangement. - `afterPropertiesSet` -> validate - `start` -> create resources/connect - `stop` -> disconnect - ...

Bumps commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-beanutils:commons-beanutils&package-manager=maven&previous-version=1.9.4&new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Need Redis8 Vector Support

type: enhancement

## Description Hello, I'm happy to be here. This is my first time contributing to the Spring Framework. This pull request resolves #2046 and implements the actual execution. Below is...

status: waiting-for-triage

The issue is the same as here https://github.com/spring-projects/spring-data-redis/issues/1281 That issue was closed because: > Redis on Windows is [no longer supported](https://github.com/MicrosoftArchive/redis). As this variant has no future I'm inclined to...

status: ideal-for-contribution
type: enhancement

Documentation states: > To enable the integration, apply the following configuration to LettuceClientConfiguration ``` ... return ClientResources.builder() .tracing(new MicrometerTracingAdapter(observationRegistry, "my-redis-cache")) .build(); ``` But 1. MicrometerTracingAdapter is deprecated since 3.4 2....

type: documentation

Hi, I am using lettuce with spring data Redis LettuceCore : 6.1.4.RELEASE spring-data-redis: 2.5.4 AWS elasticache for Redis 6.X (non clustered mode) while connecting with Redis we supply the client...

status: waiting-for-triage