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