Closed abrookbanks closed 6 months ago
It turns out that Memcached::getAllKeys doesn't actually return all keys.
The only option is to Memcached::flush but this will flush the whole server. Or to install multiple instances of Memcached.
Nightmare.
There is no solution other than flush.
It turns out that Memcached::getAllKeys doesn't actually return all keys.
The only option is to Memcached::flush but this will flush the whole server. Or to install multiple instances of Memcached.
Nightmare.