In-memory cache VS. centralized cache in a distributed system

前端 未结 3 1678
生来不讨喜
生来不讨喜 2021-02-05 22:41

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

3条回答
  •  猫巷女王i
    2021-02-05 23:18

    Redis is a great option for centralized cache. It's fast and performs great. We are using it to store TBs of data.

提交回复
热议问题