Uses of Class
io.lettuce.core.SocketOptions
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
-
Uses of SocketOptions in io.lettuce.core
Fields in io.lettuce.core declared as SocketOptions Modifier and Type Field Description static SocketOptionsClientOptions. DEFAULT_SOCKET_OPTIONSMethods in io.lettuce.core that return SocketOptions Modifier and Type Method Description SocketOptionsSocketOptions.Builder. build()Create a new instance ofSocketOptionsstatic SocketOptionsSocketOptions. copyOf(SocketOptions options)Create a copy of optionsstatic SocketOptionsSocketOptions. create()Create a newSocketOptionsusing default settings.SocketOptionsClientOptions. getSocketOptions()Returns theSocketOptions.Methods in io.lettuce.core with parameters of type SocketOptions Modifier and Type Method Description static SocketOptionsSocketOptions. copyOf(SocketOptions options)Create a copy of optionsClientOptions.BuilderClientOptions.Builder. socketOptions(SocketOptions socketOptions)Sets the low-levelSocketOptionsfor the connections kept to Redis servers.Constructors in io.lettuce.core with parameters of type SocketOptions Constructor Description SocketOptions(SocketOptions original) -
Uses of SocketOptions in io.lettuce.core.cluster
Methods in io.lettuce.core.cluster with parameters of type SocketOptions Modifier and Type Method Description ClusterClientOptions.BuilderClusterClientOptions.Builder. socketOptions(SocketOptions socketOptions)