kevy

GEORADIUS

Legacy radius search around a coordinate, with optional STORE writes.

语法GEORADIUS key longitude latitude radius m|km|mi|ft [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count [ANY]] [ASC|DESC] [STORE key] [STOREDIST key]
分组geo
参数个数-6
起始版本1.0.0
标志write
复杂度O(log N + C) — up to nine neighbour cell ranges, each seeked on the score tree; C = members inside the matched cells. STORE / STOREDIST add O(K log K) to write plus O(D) to clear the destination
Redis 兼容性differs: the destination is written on its own shard, so a STORE across shards is not atomic with the search

← 全部命令