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