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