문제

I want to use MemcacheDB instead of Memcached because I don't have a lot of RAM for Memcached.

Will it work with django's cache framework?

Is there anything additional I would need to do?

도움이 되었습니까?

해결책

Yes, I think this should just work. The whole idea of MemcacheDB is to give a BDB backend through existing and tested memcache client libraries. Django just sits on top of that.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top