Skip to content

Instantly share code, notes, and snippets.

@felipekm
Last active March 1, 2016 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipekm/36f430cd51e4abcc8d45 to your computer and use it in GitHub Desktop.
Save felipekm/36f430cd51e4abcc8d45 to your computer and use it in GitHub Desktop.
Redis basic commands

LRANGE - Retrieve all items from a list

  • 0 - First item
  • -1 - Last item
LRANGE KEYNAME 0 -1

KEYS - All Keys

KEYS *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment