searxng/docs/src
HLFH 36538e6a20 [mod] migrate from Redis to Valkey
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: Markus Heiser <markus.heiser@darmarit.de>
2025-07-08 13:10:13 +02:00
..
index.rst [refactor] typification of SearXNG (initial) / result items (part 1) 2025-01-28 07:07:08 +01:00
searx.babel_extract.rst [mod] add i18n infrastructure for SearXNG message files (searxng.msg) 2022-03-16 09:55:53 +01:00
searx.botdetection.rst [fix] references from searx.botdetection.http_sec_fetch (#4723) 2025-05-07 10:25:47 +02:00
searx.cache.rst [mod] ExpireCache - sqlite based key/value cache with expire time 2025-05-03 08:39:12 +02:00
searx.exceptions.rst [doc] Add doc-strings to searx.exceptions 2023-01-29 19:06:19 +01:00
searx.favicons.rst [doc] documentation of the favicons infrastructure 2024-10-05 08:18:28 +02:00
searx.infopage.rst [mod] replace /help by /info pages and include pages in project docs 2022-03-12 11:36:31 +01:00
searx.locales.rst [mod] reduce memory footprint by not calling babel.Locale.parse at runtime 2024-02-20 10:43:20 +01:00
searx.search.processors.rst [doc] rearranges Settings & Engines docs for better readability 2023-07-01 22:45:19 +02:00
searx.search.rst [doc] update docs/dev/plugins.rst 2021-09-10 10:58:22 +02:00
searx.settings.rst [mod] revision of the settings_loader 2024-07-14 18:10:06 +02:00
searx.sqlitedb.rst [mod] sqlitedb: access to SQLite databases a little more convenient. 2024-10-05 08:18:28 +02:00
searx.utils.rst [mod] add documentation about searx.utils 2022-01-29 22:49:42 +01:00
searx.valkeydb.rst [mod] migrate from Redis to Valkey 2025-07-08 13:10:13 +02:00
searx.valkeylib.rst [mod] migrate from Redis to Valkey 2025-07-08 13:10:13 +02:00
searx.weather.rst [mod] weather results: add types, i18n/l10n, symbols & unit conversions 2025-05-31 20:34:59 +02:00