public interface JedisSocketFactory
You can use a custom JedisSocketFactory for many use cases, such as: - a custom address resolver - a unix domain socket - a custom configuration for you TCP sockets
| Modifier and Type | Method and Description |
|---|---|
java.net.Socket |
createSocket() |
java.net.Socket createSocket()
throws JedisConnectionException
JedisConnectionExceptionCopyright © 2025. All rights reserved.