This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
portail-citoyen2/tools/flush_memcache.py

6 lines
92 B
Python
Executable File

#!/usr/bin/python
import memcache
mc = memcache.Client(['127.0.0.1:11211'])
mc.flush_all()