mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
- 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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| redisdb.py | ||
| shared_abstract.py | ||
| shared_redis.py | ||
| shared_simple.py | ||
| shared_uwsgi.py | ||