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.
Memcached 用の RAM があまりないため、Memcached の代わりに MemcacheDB を使用したいと考えています。
django のキャッシュ フレームワークで動作しますか?
私がする必要がある追加のことはありますか?
はい、これでうまくいくはずです。MemcacheDB の全体的なアイデアは、既存のテスト済みの memcache クライアント ライブラリを介して BDB バックエンドを提供することです。Django はその上に座っているだけです。