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