We\'re currently looking for the most suitable solution for accessing critical data on a distributed system, and we\'re considering whether to use in memory caching, versus a ce
Redis is a great option for centralized cache. It's fast and performs great. We are using it to store TBs of data.