From b971167ced9623c038188ae7bf5a8085147bc35d Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 11 Nov 2022 21:58:32 +0100 Subject: move searx.shared.redisdb to searx.redisdb --- docs/admin/update-searxng.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/admin/update-searxng.rst') diff --git a/docs/admin/update-searxng.rst b/docs/admin/update-searxng.rst index 6c199638a..0d7b5e1b8 100644 --- a/docs/admin/update-searxng.rst +++ b/docs/admin/update-searxng.rst @@ -132,5 +132,4 @@ to see if there are some left overs. In this example there exists a *old* INFO: [OK] (old) account 'filtron' does not exists INFO: [OK] (old) account 'morty' does not exists ... - INFO searx.shared : Use shared_simple implementation - INFO searx.shared.redis : connected redis DB --> default + INFO searx.redisdb : connected redis DB --> default -- cgit v1.2.3 From 3050e2b6e875ccfb0162e83075802467c527c7fe Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 10 Dec 2022 10:06:54 +0100 Subject: [fix] documentation about update-searxng.rst --- docs/admin/update-searxng.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/admin/update-searxng.rst') diff --git a/docs/admin/update-searxng.rst b/docs/admin/update-searxng.rst index 0d7b5e1b8..3ddb41b59 100644 --- a/docs/admin/update-searxng.rst +++ b/docs/admin/update-searxng.rst @@ -132,4 +132,5 @@ to see if there are some left overs. In this example there exists a *old* INFO: [OK] (old) account 'filtron' does not exists INFO: [OK] (old) account 'morty' does not exists ... - INFO searx.redisdb : connected redis DB --> default + INFO searx.redisdb : connecting to Redis db=0 path='/usr/local/searxng-redis/run/redis.sock' + INFO searx.redisdb : connected to Redis -- cgit v1.2.3