searxng/searx/botdetection
Gaspard d'Hautefeuille f798ddd492
[mod] migrate from Redis to Valkey (#4795)
This patch migrates from `redis==5.2.1` [1] to `valkey==6.1.0` [2].

The migration to valkey is necessary because the company behind Redis has decided
to abandon the open source license. After experiencing a drop in user numbers,
they now want to run it under a dual license again. But this move demonstrates
once again how unreliable the company is and how it treats open source
developers.

To review first, read the docs::

    $ make docs.live

Follow the instructions to remove redis:

- http://0.0.0.0:8000/admin/settings/settings_redis.html

Config and install a local valkey DB:

- http://0.0.0.0:8000/admin/settings/settings_valkey.html

[1] https://pypi.org/project/redis/
[2] https://pypi.org/project/valkey/

Co-authored-by: HLFH <gaspard@dhautefeuille.eu>
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
2025-07-09 07:55:37 +02:00
..
__init__.py [mod] migrate from Redis to Valkey (#4795) 2025-07-09 07:55:37 +02:00
_helpers.py [mod] botdetection: HTTP Fetch Metadata Request Headers 2025-05-04 02:07:26 +02:00
config.py [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
http_accept.py [refactor] typification of SearXNG (initial) / result items (part 1) 2025-01-28 07:07:08 +01:00
http_accept_encoding.py [refactor] typification of SearXNG (initial) / result items (part 1) 2025-01-28 07:07:08 +01:00
http_accept_language.py [refactor] typification of SearXNG (initial) / result items (part 1) 2025-01-28 07:07:08 +01:00
http_connection.py [refactor] typification of SearXNG (initial) / result items (part 1) 2025-01-28 07:07:08 +01:00
http_sec_fetch.py [fix] sec-fetch-* headers cannot be verified for non-secure requests (#4962) 2025-06-30 13:31:45 +02:00
http_user_agent.py [refactor] typification of SearXNG (initial) / result items (part 1) 2025-01-28 07:07:08 +01:00
ip_limit.py [mod] migrate from Redis to Valkey (#4795) 2025-07-09 07:55:37 +02:00
ip_lists.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 2024-03-11 14:55:38 +01:00
link_token.py [mod] migrate from Redis to Valkey (#4795) 2025-07-09 07:55:37 +02:00