开发者

Can I Use MemcacheDB to Replace Memcached in django?

开发者 https://www.devze.com 2022-12-20 11:22 出处:网络
I want to use MemcacheDB in开发者_StackOverflow中文版stead of Memcached because I don\'t have a lot of RAM for Memcached.

I want to use MemcacheDB in开发者_StackOverflow中文版stead 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号