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