RedisCommandFactory.See: Description
| Interface | Description |
|---|---|
| Batcher |
Command batcher to enqueue commands and flush a batch once a flush is requested or a configured command threshold is reached.
|
| CommandMethod |
Abstraction of a method that is designated to execute a Redis command method.
|
| Commands |
Marker interface for dynamic Redis commands.
|
| Class | Description |
|---|---|
| DeclaredCommandMethod |
Abstraction of a method that is designated to execute a Redis command method.
|
| RedisCommandFactory |
Factory to create Redis Command interface instances.
|
| Exception | Description |
|---|---|
| CommandCreationException |
Exception thrown if a command cannot be constructed from a
CommandMethod. |
| CommandMethodSyntaxException |
Exception thrown if the command syntax is invalid.
|
RedisCommandFactory.Copyright © 2019 lettuce.io. All rights reserved.