kevy

GEORADIUSBYMEMBER

Legacy radius search around an existing member, with optional STORE writes.

SyntaxGEORADIUSBYMEMBER key member radius m|km|mi|ft [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count [ANY]] [ASC|DESC] [STORE key] [STOREDIST key]
Groupgeo
Arity-5
Since1.0.0
Flagswrite
ComplexityO(log N + C) — the seeked nine-cell fetch, same as GEORADIUS; the anchor lookup is O(1)
Redis compatibilitydiffers: the destination is written on its own shard, so a STORE across shards is not atomic with the search

← All commands