Commit 02c395a1 authored by Itamar Haber's avatar Itamar Haber Committed by Oran Agra
Browse files

Adds 'use-memory' to GEORADIUS[BYMEMBER] (#8107)

Partial resolution for #6860, item 7

(cherry picked from commit feba7cbf)
parent acdccab0
...@@ -886,7 +886,7 @@ struct redisCommand redisCommandTable[] = { ...@@ -886,7 +886,7 @@ struct redisCommand redisCommandTable[] = {
/* GEORADIUS has store options that may write. */ /* GEORADIUS has store options that may write. */
{"georadius",georadiusCommand,-6, {"georadius",georadiusCommand,-6,
"write @geo", "write use-memory @geo",
0,georadiusGetKeys,1,1,1,0,0,0}, 0,georadiusGetKeys,1,1,1,0,0,0},
{"georadius_ro",georadiusroCommand,-6, {"georadius_ro",georadiusroCommand,-6,
...@@ -894,7 +894,7 @@ struct redisCommand redisCommandTable[] = { ...@@ -894,7 +894,7 @@ struct redisCommand redisCommandTable[] = {
0,georadiusGetKeys,1,1,1,0,0,0}, 0,georadiusGetKeys,1,1,1,0,0,0},
{"georadiusbymember",georadiusbymemberCommand,-5, {"georadiusbymember",georadiusbymemberCommand,-5,
"write @geo", "write use-memory @geo",
0,georadiusGetKeys,1,1,1,0,0,0}, 0,georadiusGetKeys,1,1,1,0,0,0},
{"georadiusbymember_ro",georadiusbymemberroCommand,-5, {"georadiusbymember_ro",georadiusbymemberroCommand,-5,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment