We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5434d0c commit df0c177Copy full SHA for df0c177
docs/advanced-usage.md
@@ -935,6 +935,12 @@ Lettuce because of two reasons:
935
longer releases shaded JAR files, and these limitations are no
936
longer relevant for newer versions.
937
938
+!!! NOTE
939
+ Having both the `io_uring` and the `epoll` native transports available
940
+ in the classpath would - by default - load the `io_uring` driver with
941
+ precedence. Use the `io.lettuce.core.iouring` system property to
942
+ disable `io_uring` in this case and instead load the `epoll` transport.
943
+
944
See also Netty [documentation on native
945
transports](http://netty.io/wiki/native-transports.html).
946
0 commit comments