This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new 32d09f9ec5 JAMES-3693 Update config-redis.xml
32d09f9ec5 is described below
commit 32d09f9ec590f5bbde46aff634fc73fec282cd55
Author: Quan Tran <[email protected]>
AuthorDate: Mon May 20 11:53:31 2024 +0700
JAMES-3693 Update config-redis.xml
following the topology and readFrom configuration changes
---
src/site/xdoc/server/config-redis.xml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/site/xdoc/server/config-redis.xml
b/src/site/xdoc/server/config-redis.xml
index 8b0449f2cd..7c2bd627e7 100644
--- a/src/site/xdoc/server/config-redis.xml
+++ b/src/site/xdoc/server/config-redis.xml
@@ -46,10 +46,13 @@
the Redis URI pointing to Redis server. Compulsory.
</dd>
- <dt><strong>cluster.enabled</strong></dt>
- <dd>
- Whether we should attempt connections to Redis as a
cluster.Defaults to false.
- </dd>
+ <dt><strong>redis.topology</strong></dt>
+ <dd>Redis server topology. Defaults to standalone. Possible values:
standalone, cluster, master-replica</dd>
+
+ <dt><strong>redis.readFrom</strong></dt>
+ <dd>The property to determine how Lettuce routes read operations to
Redis server with topologies other than standalone.
+ Defaults to master. Possible values: master, masterPreferred,
replica, replicaPreferred, any.
+ Reference:
https://github.com/redis/lettuce/wiki/ReadFrom-Settings.</dd>
<dt><strong>redis.ioThreads</strong></dt>
<dd>IO threads to be using for the underlying Netty networking
resources. If unspecified driver defaults applies.</dd>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]