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