This is an automated email from the ASF dual-hosted git repository.

hqtran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit deb00e7210e5c0335547d8217953ff39dbbc1455
Author: Quan Tran <hqt...@linagora.com>
AuthorDate: Thu May 29 16:45:52 2025 +0700

    JAMES-3693 Netty Epoll transport for Redis driver
    
    Lettuce supports native epoll transport cf 
https://redis.github.io/lettuce/advanced-usage/#native-transports
---
 backends-common/redis/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/backends-common/redis/pom.xml b/backends-common/redis/pom.xml
index 1bb4951d0b..ad3ed4cd9d 100644
--- a/backends-common/redis/pom.xml
+++ b/backends-common/redis/pom.xml
@@ -50,6 +50,10 @@
             <groupId>io.lettuce</groupId>
             <artifactId>lettuce-core</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-transport-native-epoll</artifactId>
+        </dependency>
         <dependency>
             <groupId>io.projectreactor</groupId>
             <artifactId>reactor-scala-extensions_${scala.base}</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to