GEORADIUSBYMEMBERLegacy radius search around an existing member, with optional STORE writes.
| 構文 | GEORADIUSBYMEMBER key member radius m|km|mi|ft [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count [ANY]] [ASC|DESC] [STORE key] [STOREDIST key] |
| グループ | geo |
| 引数の数 | -5 |
| 導入バージョン | 1.0.0 |
| フラグ | write |
| 計算量 | O(log N + C) — the seeked nine-cell fetch, same as GEORADIUS; the anchor lookup is O(1) |
| Redis 互換性 | differs: the destination is written on its own shard, so a STORE across shards is not atomic with the search |