Очистка кеша memcached

from memcache import Client
c = Client(('127.0.0.1:11211',))
c.flush_all()

comments powered by Disqus