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