redis:

Attention

SearXNG is switching from the Redis DB to Valkey. The configuration description of Valkey in SearXNG can be found here: settings.

If you have built and installed a local Redis DB for SearXNG, it is recommended to uninstall it now and replace it with the installation of a Valkey DB.

Redis Developer Notes

To uninstall SearXNG’s local Redis DB you can use:

# stop your SearXNG instance
$ ./utils/searxng.sh remove.redis

Remove the Redis DB in your YAML setting:

redis:
  url: unix:///usr/local/searxng-redis/run/redis.sock?db=0

To install Valkey read: Valkey Developer Notes