Skip to content

Instantly share code, notes, and snippets.

@mabroor
Last active June 5, 2024 03:05
Show Gist options
  • Save mabroor/f0b50dfc6968fd8e4e17d65bb5a45d4c to your computer and use it in GitHub Desktop.
Save mabroor/f0b50dfc6968fd8e4e17d65bb5a45d4c to your computer and use it in GitHub Desktop.
Export a redis set to json
redis-cli SMEMBERS myset | jq -R . | jq -s . > myset.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment