Skip to content

Instantly share code, notes, and snippets.

@otobrglez
Created March 20, 2016 21: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 otobrglez/197c4bb3e9504d12d10c to your computer and use it in GitHub Desktop.
Save otobrglez/197c4bb3e9504d12d10c to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
redis-cli \
-h <host> \
-p <port> \
-a <pass> \
keys \* | sed 's/.*query=//' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment