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