| 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. |
| Class and Description |
|---|
| Batcher
Command batcher to enqueue commands and flush a batch once a flush is requested or a configured command threshold is reached.
|
| CommandCreationException
Exception thrown if a command cannot be constructed from a
CommandMethod. |
| CommandMethod
Abstraction of a method that is designated to execute a Redis command method.
|
| Commands
Marker interface for dynamic Redis commands.
|
| Class and Description |
|---|
| CommandMethod
Abstraction of a method that is designated to execute a Redis command method.
|
| Class and Description |
|---|
| CommandMethod
Abstraction of a method that is designated to execute a Redis command method.
|
Copyright © 2021 lettuce.io. All rights reserved.