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