See: Description
| Enum | Description |
|---|---|
| CommandNaming.LetterCase | |
| CommandNaming.Strategy |
| 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.
|
Copyright © 2020 lettuce.io. All rights reserved.