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
Copy file name to clipboardExpand all lines: src/docs/asciidoc/configuration.adoc
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ All configuration values are prefixed with `grails.cache.redis`
29
29
|`integer`
30
30
|Server port to connect to
31
31
32
+
|`username`
33
+
|(not set)
34
+
|`String`
35
+
|Server username (only if required)
32
36
33
37
|`password`
34
38
|(not set)
@@ -74,3 +78,12 @@ All configuration values are prefixed with `grails.cache.redis`
74
78
|===
75
79
76
80
*Note:* There is currently no way of setting each cache configuration individually.
81
+
82
+
=== Advanced configuration
83
+
84
+
The standard configuration will use `org.springframework.data.redis.connection.RedisStandaloneConfiguration` and will connect to a single server. This configuration is instanticated as a the `grailsCacheRedisConfiguration` bean. If more advance configuration is needed, consider using `org.springframework.data.redis.connection.RedisClusterConfiguration` or `org.springframework.data.redis.connection.RedisSentinelConfiguration` instead.
0 commit comments