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