Uses of Package
io.lettuce.core.dynamic
| 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. |
-
Classes in io.lettuce.core.dynamic used by io.lettuce.core.dynamic Class 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 aCommandMethod.CommandMethod Abstraction of a method that is designated to execute a Redis command method.Commands Marker interface for dynamic Redis commands. -
Classes in io.lettuce.core.dynamic used by io.lettuce.core.dynamic.codec Class Description CommandMethod Abstraction of a method that is designated to execute a Redis command method. -
Classes in io.lettuce.core.dynamic used by io.lettuce.core.dynamic.segment Class Description CommandMethod Abstraction of a method that is designated to execute a Redis command method.