-
|
Is it possible to use an existing Redis server and just set the following free DB for url:, e.g. db=1? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
If this is easy for you, can you try to replace this line searxng/searx/shared/redisdb.py Line 45 in a733761 by logger.info("connected redis DB")Note: currently, Redis is only required for the limiter. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your quick response, this helped. Now limiter is loaded. I don't have much experience with Redis and wasn't sure if just pointing to another free DB was enough. |
Beta Was this translation helpful? Give feedback.
-
|
OK, I can confirm that everything works as it should with Redis version 6.0. |
Beta Was this translation helpful? Give feedback.
OK, I can confirm that everything works as it should with Redis version 6.0.
For lower versions of Redis, just modify as @dalf suggested.