Skip to content

Instantly share code, notes, and snippets.

@AhmedKamal
Created March 28, 2016 17:56
Show Gist options
  • Save AhmedKamal/9f3f6cae468844d889b3 to your computer and use it in GitHub Desktop.
Save AhmedKamal/9f3f6cae468844d889b3 to your computer and use it in GitHub Desktop.
hset
redis> HSET myhash field1 "Hello"
(integer) 1
redis> HGET myhash field1
"Hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment