From bd8f5cccaaaa21495b21fc7969b1f73a71f0bf72 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 3 Dec 2024 16:21:51 +0100 Subject: [PATCH] MT#61101 Install valkey-server in ngcp-services-* We are introducing support for Valkey as an alternative to KeyDB (in itself an alternative to Redis, which now has the additional problem of its non-free license), which we are intending to switch on all installations that do not rely on KeyDB specific features currently not present in Valkey. KeyDB has an uncertain future, being managed and developer by a single vendor (Snapchat) who has stopped interacting publicly on its GitHub project, where its primary public face developers has quit the company, and where Snapchat is part of the corporate supporters for Valkey. So we better start planning our escape route, before we are left with a potentially unmaintained project that no one else is using or supporting. Change-Id: Idf5ab9dac4e085070dbdc6d63cddfeeaf495ca9f (cherry picked from commit fd309a02bcbbc0e304b18aace5d6c9347ba4db55) --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 28fb479..073e857 100644 --- a/debian/control +++ b/debian/control @@ -425,6 +425,7 @@ Depends: systemd-coredump, systemd-sysv, systemd-timesyncd | ntpsec, + valkey-server, victoria-metrics, zstd, ${misc:Depends}, @@ -553,6 +554,7 @@ Depends: systemd-coredump, systemd-sysv, systemd-timesyncd | ntpsec, + valkey-server, victoria-metrics, zstd, ${misc:Depends},