searxng / searxng-docker

The docker-compose files for setting up a SearXNG instance with docker.
GNU Affero General Public License v3.0
1.21k stars 290 forks source link

Redis is not entirely permanent #184

Closed unixfox closed 10 months ago

unixfox commented 1 year ago

The redis in the repo disable the snapshots and the data is stored in a tmpfs.

return42 commented 1 year ago

If redis DB is not persistent, the limiter can't efficiently block bots .. bots have large IP tables .. some of them use an IP just once a day .. and when the instance is rebooted the stored hash of blocked IPs needs to be persistent.