Class GEORADIUS

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

public class GEORADIUS extends RespCommand implements Resp3Command
GEORADIUS

Returns members of a geospatial index that are within a given radius.

Deprecated: Use GEOSEARCH instead.

Since:
16.2
See Also: