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