| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| Modifier and Type | Method and Description |
|---|---|
SocketOptions.KeepAliveOptions |
SocketOptions.KeepAliveOptions.Builder.build()
Create a new instance of
SocketOptions.KeepAliveOptions |
SocketOptions.KeepAliveOptions |
SocketOptions.getKeepAlive()
Returns the TCP keepalive options.
|
| Modifier and Type | Method and Description |
|---|---|
SocketOptions.Builder |
SocketOptions.Builder.keepAlive(SocketOptions.KeepAliveOptions keepAlive)
Configure TCP keepalive.
|
Copyright © 2024 lettuce.io. All rights reserved.