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