Created
January 30, 2019 15:42
-
-
Save kristoff-it/4dbb8578e02635b064d865b7adca32e8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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-cli | |
> HGETALL occupation:IT | |
1) "occupation" | |
2) "RELIGIOUS FIGURE" | |
> HGETALL occupation:US | |
1) "occupation" | |
2) "ACTOR" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment