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