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.
我想使用 MemcacheDB 而不是 Memcached,因为我没有大量内存用于 Memcached。
它可以与 django 的缓存框架一起使用吗?
还有什么我需要做的吗?
是的,我认为这应该可行。MemcacheDB 的整个想法是通过现有的和经过测试的 memcache 客户端库提供 BDB 后端。Django 就在这之上。