cubecart / v6

CubeCart Version 6
https://cubecart.com
71 stars 58 forks source link

Memcached delete not working #3588

Closed abrookbanks closed 2 months ago

abrookbanks commented 2 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.

abrookbanks commented 2 months ago

There is no solution other than flush.