Class GEOADD

java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.geo.GEOADD
All Implemented Interfaces:
BaseResp3Command, Resp3Command

public class GEOADD extends RespCommand implements Resp3Command
GEOADD

Adds the specified geospatial items (longitude, latitude, name) to the specified key. Data is stored as a sorted set with the score being the 52-bit geohash.

Since:
16.2
See Also: