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