Package org.redisson.config
Class DefaultCommandMapper
java.lang.Object
org.redisson.config.DefaultCommandMapper
- All Implemented Interfaces:
CommandMapper
- Author:
- Nikita Koksharov
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultCommandMapper
public DefaultCommandMapper()
-
-
Method Details
-
map
Description copied from interface:CommandMapper
Applies map function to the input Redis commandname
- Specified by:
map
in interfaceCommandMapper
- Parameters:
name
- - original command name- Returns:
- mapped command name
-