Skip to content

Instantly share code, notes, and snippets.

@AlexMikhalev
Created May 26, 2021 19:41
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 AlexMikhalev/9de25e9aa327ebe7e1fec00ae9379314 to your computer and use it in GitHub Desktop.
Save AlexMikhalev/9de25e9aa327ebe7e1fec00ae9379314 to your computer and use it in GitHub Desktop.
redis import csv
cat data.csv | awk -F',' '{print " SET \""$1"\" \""$2"\" \n"}' | redis-cli --pipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment