HAProxy Enterprise Documentation 2.5r1
maxmind-update cache disable
Disable the MaxMind LRU lookup cache.
Description
If the MaxMind cache is enabled, each lookup is cached so that subsequent requests are loaded from the cache instead of the MaxMind database. The MaxMind module will perform all lookups in its database when the cache is disabled.
Examples
Below, we disable the cache:
$ echo "maxmind-update cache disable" | \
sudo socat stdio unix-connect:/var/run/hapee-2.5/hapee-lb.sock
MaxMindDb: cache disabled
See also
Next up
maxmind-update cache enable