Skip to content

Instantly share code, notes, and snippets.

@alexmchale
Created March 29, 2010 15:16
Show Gist options
  • Save alexmchale/347941 to your computer and use it in GitHub Desktop.
Save alexmchale/347941 to your computer and use it in GitHub Desktop.
[amchale@iMac ~/Dropbox/Projects/redis *parameter-validation]$ ./redis-cli rpush mylist 2
(integer) 2
[amchale@iMac ~/Dropbox/Projects/redis *parameter-validation]$ ./redis-cli incr mylist
(error) ERR value is not an integer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment