Class SortParser
- java.lang.Object
-
- com.moilioncircle.redis.replicator.cmd.parser.SortParser
-
- All Implemented Interfaces:
CommandParser<SortCommand>
public class SortParser extends Object implements CommandParser<SortCommand>
- Since:
- 2.3.1
- Author:
- Leon Chen
-
-
Constructor Summary
Constructors Constructor Description SortParser()
-
-
-
Method Detail
-
parse
public SortCommand parse(Object[] command)
- Specified by:
parsein interfaceCommandParser<SortCommand>
-
-