Skip to content

Instantly share code, notes, and snippets.

@BSN4
Created June 29, 2019 17:59
Show Gist options
  • Save BSN4/96d33eb0fd924058126b8dd46a6a09d8 to your computer and use it in GitHub Desktop.
Save BSN4/96d33eb0fd924058126b8dd46a6a09d8 to your computer and use it in GitHub Desktop.
move redis keys from db to another
redis-cli keys '*' | xargs -I % redis-cli move % 3 > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment