Open adityapatadia opened 3 years ago
A distributed cache can easily manage terabytes of data. However in my point of view it's a bad design decision to use srcache in your case - whatever it is - if it's going to be terabytes of data it needs a more specific approach than srcache.
I would like to use this module but my cache is going to be huge - in multiple terabytes. Both Redis and Memcached are not suitable for this sort of caching. How can I structure my cache to allow me to cache huge amount of data?