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