From 1ec46f265d6bdb257ca90ee4ff9615961174b00b Mon Sep 17 00:00:00 2001 From: "Gabin, Matthieu-MIGROSONLINE" Date: Tue, 23 Jan 2024 18:37:41 +0100 Subject: [PATCH] Update documentation base on upgrading.adoc --- src/main/antora/modules/ROOT/pages/redis/redis-cache.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/antora/modules/ROOT/pages/redis/redis-cache.adoc b/src/main/antora/modules/ROOT/pages/redis/redis-cache.adoc index 6491531dd3..fbf61db5a9 100644 --- a/src/main/antora/modules/ROOT/pages/redis/redis-cache.adoc +++ b/src/main/antora/modules/ROOT/pages/redis/redis-cache.adoc @@ -61,7 +61,7 @@ The following example shows how to set a static prefix: [source,java] ---- // static key prefix -RedisCacheConfiguration.defaultCacheConfig().prefixKeysWith("(͡° ᴥ ͡°)"); +RedisCacheConfiguration.defaultCacheConfig().prefixCacheNameWith("(͡° ᴥ ͡°)"); The following example shows how to set a computed prefix: