We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9510251 commit 018f244Copy full SHA for 018f244
src/main/antora/modules/ROOT/pages/redis/redis-cache.adoc
@@ -61,7 +61,7 @@ The following example shows how to set a static prefix:
61
[source,java]
62
----
63
// static key prefix
64
-RedisCacheConfiguration.defaultCacheConfig().prefixKeysWith("(͡° ᴥ ͡°)");
+RedisCacheConfiguration.defaultCacheConfig().prefixCacheNameWith("(͡° ᴥ ͡°)");
65
66
The following example shows how to set a computed prefix:
67
0 commit comments