Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,12 @@ Lettuce because of two reasons:
2. Support for using epoll/kqueue with shaded netty requires netty 4.1
and all parts of netty to be shaded.

!!! NOTE
The limitations regarding shaded JAR files are applicable only to
Lettuce versions prior to 5.0.1. Since version 5.0.1, Lettuce no
longer releases shaded JAR files, and these limitations are no
longer relevant for newer versions.

See also Netty [documentation on native
transports](http://netty.io/wiki/native-transports.html).

Expand Down