You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mostly adding a new schemes to RedisURI, say redis-socket and redis-sentinel-socket or something like that then upgrading to latest netty, adding the socket resolution and maybe some bootstrap options.
The text was updated successfully, but these errors were encountered:
@taer I created a first draft of unix domain sockets. It works currently only on linux x86_64 since netty has only that support builtin. I guess, you could compile the native parts as needed.
Having an option to connect to a local Redis via UDS would be nice to have. It's allegedly faster.
From: http://redis.io/topics/benchmarks
Netty supports UDS in 4.0.26
https://twitter.com/normanmaurer/status/573090616000843777
Additional info from chat
The text was updated successfully, but these errors were encountered: