| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-10 | Fix scheduler.lua | Leo Liu | |
| 2022-11-05 | Initialize Redis in searx/webapp.py | Alexandre FLAMENT | |
| settings.yml: * The default URL was unix:///usr/local/searxng-redis/run/redis.sock?db=0 * The default URL is now "false" The default URL makes the log difficult to deal with: if the admin didn't install a Redis instance, the logs record a false error. It worked before because SearXNG initialized the Redis connection when the limiter started. In this commit, SearXNG initializes Redis in searx/webapp.py so various components can use Redis without taking care of the initialization step. | |||
| 2022-11-05 | The checker requires Redis | Alexandre Flament | |
| Remove the abstraction in searx.shared.SharedDict. Implement a basic and dedicated scheduler for the checker using a Redis script. | |||