Created
March 1, 2011 15:32
-
-
Save catwell/849299 to your computer and use it in GitHub Desktop.
Redis meta-Manifesto
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> sismember DSLs Redis | |
(integer) 1 | |
redis> zrank priorities memory | |
(integer) 0 | |
redis> hget reasons api | |
"data structures" | |
redis> get code | |
"print STDOUT q; Just another Perl hacker,; unless $spring" | |
redis> sinter good complexity | |
(empty list or set) | |
redis> hkeys api_levels | |
1) "1" | |
2) "2" | |
redis> persist joy | |
(integer) 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment