import csv file into redis with a single command
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