GEORADIUSLegacy 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 |