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