| Interface | Description |
|---|---|
| AuthenticationEvent |
Interface for Connection authentication events
|
| ConnectionEvent |
Interface for Connection-related events
|
| Class | Description |
|---|---|
| ConnectedEvent |
Event for a established TCP-level connection.
|
| ConnectEvent |
Event to connect to Redis.
|
| ConnectionActivatedEvent |
Event for a connection activation (after SSL-handshake,
PING before
activation, and buffered command replay). |
| ConnectionCreatedEvent |
Event for a created connection object.
|
| ConnectionDeactivatedEvent |
Event for a connection deactivation.
|
| DisconnectedEvent |
Event for a disconnect on TCP-level.
|
| JfrReconnectAttemptEvent |
Flight recorder event variant of
ReconnectAttemptEvent. |
| JfrReconnectFailedEvent |
Flight recorder event variant of
ReconnectFailedEvent. |
| ReauthenticationEvent |
Event fired on successful connection re-authentication
|
| ReauthenticationFailedEvent |
Event fired on failed authentication caused either by I/O issues or during connection re-authentication.
|
| ReconnectAttemptEvent |
Event fired on reconnect attempts.
|
| ReconnectFailedEvent |
Event fired on failed reconnect caused either by I/O issues or during connection initialization.
|
Copyright © 2025 lettuce.io. All rights reserved.