Created
March 28, 2016 17:56
-
-
Save AhmedKamal/9f3f6cae468844d889b3 to your computer and use it in GitHub Desktop.
hset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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