Adds explicit mention of Valkey in the README.

Signed-off-by: Kyle J. Davis <kyledvs@amazon.com>

Closes #3032
This commit is contained in:
Kyle J. Davis
2024-11-01 07:56:19 -06:00
committed by Mark Paluch
parent cbf69ea01c
commit 28d9877f41

View File

@@ -2,7 +2,7 @@
The primary goal of the https://spring.io/projects/spring-data/[Spring Data] project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services.
This module provides integration with the https://redis.io/[Redis] store.
This module provides integration with the https://redis.io/[Redis] store. It is also tested to work with https://valkey.io/[Valkey].
== Features