Skip to content

Instantly share code, notes, and snippets.

@otobrglez
Created March 20, 2016 21:09
Show Gist options
  • Select an option

  • Save otobrglez/197c4bb3e9504d12d10c to your computer and use it in GitHub Desktop.

Select an option

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