MEMFLUSH(1) | libmemcached-awesome | MEMFLUSH(1) |
memflush - libmemcached Documentation
memflush [options]
Reset a server or list of servers
memflush resets the contents of memcached(1) servers.
WARNING:
NOTE:
Quoting the memcached protocol documentation, it states:
The most precise definition of what flush_all does is the following: it causes all items whose update time is earlier than the time at which flush_all was set to be executed to be ignored for retrieval purposes.
The intent of flush_all with a delay, was that in a setting where you have a pool of memcached servers, and you need to flush all content, you have the option of not resetting all memcached servers at the same time (which could e.g. cause a spike in database load with all clients suddenly needing to recreate content that would otherwise have been found in the memcached daemon).
The prefix of this program is variable, i.e. it can be configured at build time.
Usually the client programs of libmemcached-awesome are prefixed with mem, like memcat or memcp.
It can be configured, though, to replace the prefix with something else like mc, in case of that, the client programs of libmemcached-awesome would be called mccat, mccp, etc. respectively.
March 6, 2023 | 1.1 |