You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update caching docs to match breaking changes in v25
In the latest Keycloak version (v25.0.1) the cache options are not build options anymore. They now have to be provided during runtime.
Signed-off-by: Diego Garcia Lozano <[email protected]>
Copy file name to clipboardExpand all lines: docs/guides/server/caching.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ By default, caches are using a UDP transport stack so that nodes are discovered
18
18
19
19
To explicitly enable distributed infinispan caching, enter this command:
20
20
21
-
<@kc.build parameters="--cache=ispn"/>
21
+
<@kc.start parameters="--cache=ispn"/>
22
22
23
23
When you start {project_name} in development mode, by using the `start-dev` command, {project_name} uses only local caches and distributed caches are completely disabled by implicitly setting the `--cache=local` option.
24
24
The `local` cache mode is intended only for development and testing purposes.
@@ -176,7 +176,7 @@ to change the number of owners accordingly to better fit into your availability
176
176
177
177
To specify your own cache configuration file, enter this command:
0 commit comments