You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/docs/admin/engines
Alexandre FLAMENT e92755d358 Initialize Redis in searx/webapp.py
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.
2 years ago
..
command-line-engines.rst [docs] revision of the section 'Command Line Engines' 3 years ago
configured_engines.rst [enh] introduce categories_as_tabs 2 years ago
index.rst [docs] document NoSLQ engines MongoDB and redis 3 years ago
nosql-engines.rst [fix] typos / reported by @kianmeng in searx PR-3366 2 years ago
private-engines.rst [docs] move blog article "private engines" to admin/engines/ 3 years ago
recoll.rst [fix] typos / reported by @kianmeng in searx PR-3366 2 years ago
search-indexer-engines.rst [fix] typos / reported by @kianmeng in searx PR-3366 2 years ago
searx.engines.xpath.rst [docs] move article "XPath Engine" to to admin/engines/ 3 years ago
settings.rst Initialize Redis in searx/webapp.py 2 years ago
sql-engines.rst [fix] typos / reported by @kianmeng in searx PR-3366 2 years ago