I'm trying to use redis massinsert over network with a 1.8gb file. It has about 6,000,000 entries, but only 900,000 are being added. Any reason for this?
cat massinsert.txt | redis-cli -h **myaddress** --pipe
I'm trying to use redis massinsert over network with a 1.8gb file. It has about 6,000,000 entries, but only 900,000 are being added. Any reason for this?
cat massinsert.txt | redis-cli -h **myaddress** --pipe