Created
July 26, 2016 04:08
-
-
Save vinay13/4b4d91f4f3205a13a69cff61495a4e8e to your computer and use it in GitHub Desktop.
redis server commands
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
for starting a redis server | |
redis-server /usr/local/etc/redis.conf | |
for running terminal internal redis commands | |
redis-cli | |
set mykey myvalue | |
get mykey | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment