I\'m trying to import one million lines of redis commands, using the --pipe feature.
--pipe
redis_version:2.8.1
cat file.txt | r
You can use the following command to import your file's data to redis
cat file.txt | xargs -L1 redis-cli