Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我当前的产品使用 Redis 缓存和 Mongo DB 数据库的最佳功能。我有一个非常重的数据库,并且希望避免多次数据库调用。
我可以在 Redis 中缓存我的文档并进行查询吗?
为了获得最佳性能,建议使用什么级别的缓存?