| Package | Description |
|---|---|
| io.lettuce.core.dynamic |
Core package for Redis Command Interface support through
RedisCommandFactory. |
| io.lettuce.core.dynamic.codec |
RedisCodec resolution support. |
| io.lettuce.core.dynamic.segment |
Support for
CommandSegments and segment parsing. |
| Modifier and Type | Class and Description |
|---|---|
class |
DeclaredCommandMethod
Abstraction of a method that is designated to execute a Redis command method.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandMethod |
DeclaredCommandMethod.create(Method method)
Create a new
DeclaredCommandMethod given a Method. |
CommandMethod |
CommandCreationException.getCommandMethod() |
| Constructor and Description |
|---|
CommandCreationException(CommandMethod commandMethod,
String msg)
Create a new
CommandCreationException given CommandMethod and a message. |
CommandMethodSyntaxException(CommandMethod commandMethod,
String msg)
Create a new
CommandMethodSyntaxException given CommandMethod and a message. |
| Modifier and Type | Method and Description |
|---|---|
RedisCodec<?,?> |
AnnotationRedisCodecResolver.resolve(CommandMethod commandMethod) |
RedisCodec<?,?> |
RedisCodecResolver.resolve(CommandMethod commandMethod)
Resolve a
RedisCodec for the given CommandMethod. |
| Modifier and Type | Method and Description |
|---|---|
CommandSegments |
AnnotationCommandSegmentFactory.createCommandSegments(CommandMethod commandMethod) |
CommandSegments |
CommandSegmentFactory.createCommandSegments(CommandMethod commandMethod)
Create
CommandSegments for a CommandMethod. |
Copyright © 2019 lettuce.io. All rights reserved.