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