From 542136c8de59d79fa278b95dd2fd7f30b599b685 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 7 Nov 2024 09:42:32 +0100 Subject: [PATCH] Polishing. Mention best-effort testing. See #3032 --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c2046b018e..b62eb74359 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,8 @@ 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. It is also tested to work with https://valkey.io/[Valkey]. +This module provides integration with the https://redis.io/[Redis] store. +It is also tested to work with https://valkey.io/[Valkey] on a best-effort basis as long as Valkey remains largely compatible with Redis. == Features