Uses of Class
io.lettuce.core.SocketOptions.KeepAliveOptions
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
-
Uses of SocketOptions.KeepAliveOptions in io.lettuce.core
Methods in io.lettuce.core that return SocketOptions.KeepAliveOptions Modifier and Type Method Description SocketOptions.KeepAliveOptionsSocketOptions.KeepAliveOptions.Builder. build()Create a new instance ofSocketOptions.KeepAliveOptionsSocketOptions.KeepAliveOptionsSocketOptions. getKeepAlive()Returns the TCP keepalive options.Methods in io.lettuce.core with parameters of type SocketOptions.KeepAliveOptions Modifier and Type Method Description SocketOptions.BuilderSocketOptions.Builder. keepAlive(SocketOptions.KeepAliveOptions keepAlive)Configure TCP keepalive.