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