mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
The checker requires Redis
Remove the abstraction in searx.shared.SharedDict. Implement a basic and dedicated scheduler for the checker using a Redis script.
This commit is contained in:
parent
d764d94a70
commit
fe419e355b
12 changed files with 167 additions and 237 deletions
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
from .impl import Checker
|
||||
from .background import initialize, get_result
|
||||
|
||||
__all__ = ('Checker', 'initialize', 'get_result')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue