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