Skip to content

Instantly share code, notes, and snippets.

@tague
Created February 1, 2018 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tague/42756d4fbe0f834d8952bf8ccf817cc2 to your computer and use it in GitHub Desktop.
Save tague/42756d4fbe0f834d8952bf8ccf817cc2 to your computer and use it in GitHub Desktop.
GEORADIUSBYMEMBER Example
127.0.0.1:6379> GEORADIUSBYMEMBER NYC:stations:location NYC:station:281 1000 ft WITHDIST
1) 1) "NYC:station:281"
   2) "0.0000"
2) 1) "NYC:station:3132"
   2) "793.4223"
3) 1) "NYC:station:2006"
   2) "911.9752"
4) 1) "NYC:station:3136"
   2) "940.3399"
5) 1) "NYC:station:3457"
   2) "671.4900"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment