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