This is an automated email from the ASF dual-hosted git repository. hqtran pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
from d892902327 JAMES-4135 Make CriterionConverter into an interface new 8093f4e558 JAMES-3693 Fix some Redis documentation typos new deb00e7210 JAMES-3693 Netty Epoll transport for Redis driver new 17d93a5272 JAMES-3693 Redis standalone client should take ioThreads and workerThreads into account new 0ded0a27df JAMES-3693 Redis master/replica client should take ioThreads and workerThreads into account new 08d30dd6ab JAMES-3693 Redis sentinel client should take ioThreads and workerThreads into account new aa4b2a9914 JAMES-3693 Remove unused timeout argument new e3c202a4d4 JAMES-3693 RedisClientFactory: better method extraction new 7902ba492a JAMES-3693 Redis cluster mode should support readFrom new 78d4831eee JAMES-3693 Polish RedisConfiguration.asString method new 06c6d8f749 JAMES-3693 Method extraction for parsing useSsl config The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: backends-common/redis/pom.xml | 4 ++ .../james/backends/redis/RedisClientFactory.scala | 52 +++++++++--------- .../james/backends/redis/RedisConfiguration.scala | 62 ++++++++++++++-------- .../backends/redis/RedisClusterExtension.java | 4 +- .../backends/redis/RedisConfigurationTest.scala | 14 ++++- docs/modules/servers/partials/configure/redis.adoc | 6 +-- ...ry.java => RedisClusterRateLimiterFactory.java} | 61 ++++++++++----------- .../rate/limiter/redis/RedisRateLimiter.scala | 6 +-- 8 files changed, 120 insertions(+), 89 deletions(-) copy server/mailet/rate-limiter-redis/src/main/java/org/apache/james/rate/limiter/redis/{RedisMasterReplicaRateLimiterFactory.java => RedisClusterRateLimiterFactory.java} (57%) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org