| Package | Description |
|---|---|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommandHandler.LifecycleState |
CommandHandler.getState() |
static CommandHandler.LifecycleState |
CommandHandler.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandHandler.LifecycleState[] |
CommandHandler.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommandHandler.setState(CommandHandler.LifecycleState lifecycleState) |
Copyright © 2020 lettuce.io. All rights reserved.