blob: 3a4bb1efa4550d27a58323212f0630c32ee6daff [file] [log] [blame]
= Distributed James Server — redis.properties
:navtitle: redis.properties
This configuration helps you configure components using Redis. This so far only includes optional rate limiting component.
Consult this link:https://github.com/apache/james-project/blob/fabfdf4874da3aebb04e6fe4a7277322a395536a/server/mailet/rate-limiter-redis/redis.properties[example]
to get some examples and hints.
== Redis Configuration
.redis.properties content
|===
| Property name | explanation
| redisURL
| the Redis URI pointing to Redis server. Compulsory.
| redis.topology
| Redis server topology. Defaults to standalone. Possible values: standalone, cluster, master-replica
| redis.ioThreads
| IO threads to be using for the underlying Netty networking resources. If unspecified driver defaults applies.
| redis.workerThreads
| Worker threads to be using for the underlying driver. If unspecified driver defaults applies.
|===