Module lettuce.core

Package io.lettuce.core.dynamic

Core package for Redis Command Interface support through RedisCommandFactory.
  • Interface Summary
    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 Summary
    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 Summary
    Exception Description
    CommandCreationException
    Exception thrown if a command cannot be constructed from a CommandMethod.
    CommandMethodSyntaxException
    Exception thrown if the command syntax is invalid.