I am scraping (legally) .csv files every night. ~20% grow by one line on any given night.
I'd like to store the whole csv as a "blob" in redis, rather than deal with FS. Is that possible, even with new lines within and such? How?
I am scraping (legally) .csv files every night. ~20% grow by one line on any given night.
I'd like to store the whole csv as a "blob" in redis, rather than deal with FS. Is that possible, even with new lines within and such? How?
This tutorial is a good start. However, I recommend taking a look at Should I use redis to store large number of binary files in redis?