We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7045a commit 3e8cd16Copy full SHA for 3e8cd16
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