Module lettuce.core

Annotation Type CommandNaming


@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
public @interface CommandNaming
Command naming strategy for Redis command methods. Redis command methods name can be provided either by annotating method with Command or derived from its name. Annotate a command interface or method with CommandNaming to set a command naming CommandNaming.Strategy.
Since:
5.0
Author:
Mark Paluch
See Also:
Command