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