From e1aef9aef9aefe3471c4ca0342f5f459d2947382 Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" Date: Tue, 15 Apr 2025 12:08:11 +0200 Subject: [PATCH] apps: linux: add Valkey Thanks to @pizhenwei for the dev work, and the Valkey maintainers for the reviews. Signed-off-by: Matthieu Baerts (NGI0) --- apps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.md b/apps.md index 2ac28f8..e37c215 100644 --- a/apps.md +++ b/apps.md @@ -30,6 +30,7 @@ mentioned. Please note that other apps can be forced to use it by following | [sing-box](https://sing-box.sagernet.org) | [v1.4.0](https://github.com/SagerNet/sing-box/commit/1019ecfdcfb7) | [`"tcp_multi_path": true`](https://sing-box.sagernet.org/configuration/shared/listen/#tcp_multi_path) | | [SystemD](https://systemd.io/) | [v257](https://github.com/systemd/systemd/pull/32958) | [`SocketProtocol=mptcp`](https://www.freedesktop.org/software/systemd/man/latest/systemd.socket.html) (`[Socket]` section) | | [v2ray-core](https://github.com/v2fly/v2ray-core) | [v5.17.0](https://github.com/v2fly/v2ray-core/pull/3109) | [`"mptcp": true`](https://www.v2fly.org/en_US/config/transport.html#sockoptobject) | +| [Valkey](https://valkey.io) | [v8.2.0](https://github.com/valkey-io/valkey/pull/1811) | [`mptcp yes`](https://github.com/valkey-io/valkey/commit/4a92db917858696120c9ef078b08f8e17c21125b#diff-dd9a6c95849b36490b9bae44e9f0d3dbcd7a93080cf2d5aee6d6033586ab8fa4R158) | Do not hesitate to add native MPTCP support in more apps! For some ideas, feel free to look at this [spreadsheet](https://docs.google.com/spreadsheets/d/1F2-v4Dhdn0rMyJZ3m5chyNiwg7oj0rpSR11GEykatJw/edit#gid=0).