Skip to content

Instantly share code, notes, and snippets.

@tague
Created February 1, 2018 00:47
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/fc98ab5cc3c8e71b14c46d8b327fe560 to your computer and use it in GitHub Desktop.
Save tague/fc98ab5cc3c8e71b14c46d8b327fe560 to your computer and use it in GitHub Desktop.
HGET Example
127.0.0.1:6379> hget NYC:station:281 name
"Grand Army Plaza & Central Park S"
127.0.0.1:6379> hget NYC:station:3457 name
"E 58 St & Madison Ave"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment