Should I use redis to store a large number of binary files? [closed]
I need to store huge amount of binary files (10 - 20 TB, each file ranging from 512 kb to 100 MB). I need to know if Redis will be efficient for my system. I need following properties in my system: High Availability Failover Sharding I intend to use a cluster of commodity hardware to reduce costing as much as possible. Please suggest pros and cons of building such a system using Redis. I am also concerned about high ram requirements of Redis. I would not use Redis for such a task. Other products will be a better fit IMO. Redis is an in-memory data store. If you want to store 10-20 TB of data,