From 88b3d66c15abe915b86c2e8fb4ef0a28346a3e21 Mon Sep 17 00:00:00 2001 From: "Kyle J. Davis" Date: Fri, 1 Nov 2024 07:56:19 -0600 Subject: [PATCH] Adds explicit mention of Valkey in the README. Signed-off-by: Kyle J. Davis Closes #3032 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ea031b6843..c2046b018e 100644 --- a/README.adoc +++ b/README.adoc @@ -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