• Working with dynamic Redis Command Interfaces
  • Introduction
  • Command methods
  • Defining command methods
  • Command naming
  • CamelCase in method names
  • @CommandNaming
  • @Command annotation
  • Parameters
  • Keys and values
  • Parameter types
  • Codecs
  • Response types
  • Execution models
  • Synchronous (Blocking) Execution
  • Asynchronous (Future) Execution
  • Reactive Execution
  • Batch Execution
  • Batch execution synchronization