Skip to content

Instantly share code, notes, and snippets.

@vinay13
Created July 26, 2016 04:08
Show Gist options
  • Save vinay13/4b4d91f4f3205a13a69cff61495a4e8e to your computer and use it in GitHub Desktop.
Save vinay13/4b4d91f4f3205a13a69cff61495a4e8e to your computer and use it in GitHub Desktop.
redis server commands
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