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