From e4b6558339ae5c78071a78bfbdc5924470882af7 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Sun, 30 May 2021 19:20:17 +0200 Subject: [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 --- searx/settings.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'searx/settings.yml') 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 -- cgit v1.2.3