diff options
author | Adam Tauber <asciimoo@gmail.com> | 2021-05-30 19:20:17 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-01 11:51:25 +0200 |
commit | e4b6558339ae5c78071a78bfbdc5924470882af7 (patch) | |
tree | 1b804807a3f3860a1960846fb1b0113b3b442d49 /searx/settings.yml | |
parent | e33858d6ef81d6b48f1e0fbd56252383ed6e032e (diff) | |
download | searxng-e4b6558339ae5c78071a78bfbdc5924470882af7.tar.gz searxng-e4b6558339ae5c78071a78bfbdc5924470882af7.zip |
[enh] add redis offline engine / https://redis.io/
Slightly modified merge of commit [97269be6], [01a8a5814a] and [c8d2b5eb] from
searx.
[97269be6] https://github.com/searx/searx/commit/97269be6
[01a8a581] https://github.com/searx/searx/commit/01a8a581
[c8d2b5eb] https://github.com/searx/searx/commit/c8d2b5eb
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 0c4ba5f54..63d100ca5 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -960,6 +960,15 @@ engines: timeout : 10.0 disabled : True + # Required dependency: redis + # - name: myredis + # engine: redis_server + # exact_match_only: False + # host: '127.0.0.1' + # port: 6379 + # password: '' + # db: 0 + # tmp suspended: bad certificate # - name : scanr structures # shortcut: scs |