Class DefaultCommandMapper

java.lang.Object
org.redisson.config.DefaultCommandMapper
All Implemented Interfaces:
CommandMapper

public class DefaultCommandMapper extends Object implements CommandMapper
Author:
Nikita Koksharov
  • Constructor Details

    • DefaultCommandMapper

      public DefaultCommandMapper()
  • Method Details

    • map

      public String map(String name)
      Description copied from interface: CommandMapper
      Applies map function to the input Redis command name
      Specified by:
      map in interface CommandMapper
      Parameters:
      name - - original command name
      Returns:
      mapped command name