Module lettuce.core

Package io.lettuce.core.dynamic.annotation

Central domain abstractions to be used in combination with Redis Command interfaces.
  • Enum Summary
    Enum Description
    CommandNaming.LetterCase  
    CommandNaming.Strategy  
  • Annotation Types Summary
    Annotation Type Description
    Command
    Redis command method annotation specifying a command string.
    CommandNaming
    Command naming strategy for Redis command methods.
    Key
    Marker annotation to declare a method parameter as key.
    Param
    Annotation to bind method parameters using their name.
    Value
    Marker annotation to declare a method parameter as value.