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