what does redis do ? #993
-
|
Hi I have just noticed that in the new settings.yml file there is a redis section, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
It is for the new limiter plugin that replaces filtron for now. IP addresses are getting stored with a hash so the limiter plugin knows who to block. Also in the future we will use redis for different caches more (not results or images since this would be a privacy invasion, but other stuff for sure). So basically SearXNG switched from SearXNG + filtron + morty to SearXNG core + redis 👍 |
Beta Was this translation helpful? Give feedback.
-
|
I still couldn't find a reason for why anyone would want set up redis for searxng in the documentation (apparently not to cache search results). Ironically I had to search with google to find this answer. |
Beta Was this translation helpful? Give feedback.
-
|
As I said I have found the answer with google. The next person coming along probably will still be puzzled by
after clicking on "Redis DB" and maybe wonder if he can somehow search the redis db with SearXNG. |
Beta Was this translation helpful? Give feedback.
It is for the new limiter plugin that replaces filtron for now. IP addresses are getting stored with a hash so the limiter plugin knows who to block. Also in the future we will use redis for different caches more (not results or images since this would be a privacy invasion, but other stuff for sure).
So basically SearXNG switched from SearXNG + filtron + morty to SearXNG core + redis 👍