mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
move searx.shared.redisdb to searx.redisdb
This commit is contained in:
parent
34e260f88f
commit
b971167ced
12 changed files with 16 additions and 24 deletions
|
@ -14,7 +14,7 @@ from typing_extensions import TypedDict, Literal
|
|||
import redis.exceptions
|
||||
|
||||
from searx import logger, settings, searx_debug
|
||||
from searx.shared.redisdb import client as get_redis_client
|
||||
from searx.redisdb import client as get_redis_client
|
||||
from searx.exceptions import SearxSettingsException
|
||||
from searx.search.processors import PROCESSORS
|
||||
from searx.search.checker import Checker
|
||||
|
|
|
@ -17,7 +17,7 @@ import time
|
|||
import importlib
|
||||
from typing import Callable
|
||||
|
||||
from searx.shared.redisdb import client as get_redis_client
|
||||
from searx.redisdb import client as get_redis_client
|
||||
from searx.redislib import lua_script_storage
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue