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