Interface CommandMapper

All Known Implementing Classes:
DefaultCommandMapper

public interface CommandMapper
Maps Redis command names.
Author:
Nikita Koksharov
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns input Redis command name.
    map(String name)
    Applies map function to the input Redis command name
  • Method Details

    • map

      String map(String name)
      Applies map function to the input Redis command name
      Parameters:
      name - - original command name
      Returns:
      mapped command name
    • direct

      static CommandMapper direct()
      Returns input Redis command name. Used by default
      Returns:
      NameMapper instance