searxng/searx/shared
Markus Heiser 4809bf705c [mod] shared.storage: implement a backend to store in the redis DB
- implement shared_redis.RedisCacheSharedDict to store key/value pairs in the
  redis DB.  The default key_prefix is 'SearXNG_SharedDict'.

- simplify searx.shared and import RedisCacheSharedDict, set
  key_prefix to 'SearXNG_storage'

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24 19:56:14 +02:00
..
__init__.py [mod] shared.storage: implement a backend to store in the redis DB 2022-09-24 19:56:14 +02:00
redisdb.py [utils/searxng.sh] implement new script to install SearXNG 2022-07-30 13:39:35 +02:00
shared_abstract.py [mod] shared.storage: implement a backend to store in the redis DB 2022-09-24 19:56:14 +02:00
shared_redis.py [mod] shared.storage: implement a backend to store in the redis DB 2022-09-24 19:56:14 +02:00
shared_simple.py [pyright:strict] searx.search.checker.background 2022-01-27 22:07:12 +01:00
shared_uwsgi.py [fix] pyright repported errors 2022-07-30 18:04:44 +02:00