spring-projects / spring-data-redis

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 style data access.
https://spring.io/projects/spring-data-redis/
Apache License 2.0
1.77k stars 1.17k forks source link

Adds explicit mention of Valkey in the README. #3032

Closed stockholmux closed 2 weeks ago

stockholmux commented 3 weeks ago

A Valkey community member had questions about using this module with Valkey instead of Redis, this contribution aims directly answer this question.

Since both Valkey 7.2 and Redis 7.2 have the same API and and this repo has testing for Valkey, this change adds an explicit mention of Valkey in the README along side Redis.

pivotal-cla commented 3 weeks ago

@stockholmux Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

mp911de commented 3 weeks ago

Hey Kyle, thanks for reaching out. Our strategy for now is to support Valkey on a best-effort basis.

stockholmux commented 2 weeks ago

thanks @mp911de !