Skip to content

Instantly share code, notes, and snippets.

@omarqureshi
Created October 15, 2013 15:46
Show Gist options
  • Save omarqureshi/6993706 to your computer and use it in GitHub Desktop.
Save omarqureshi/6993706 to your computer and use it in GitHub Desktop.
redis 127.0.0.1:6379> SET foo baz
OK
omarqureshi=# select * from redis_db0;
key | value
-----+-------
foo | baz
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment