From c60c66e197fde7f63693b6f15c1a136a76ee527a 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 f78634a..123e623 100644 --- a/debian/control +++ b/debian/control @@ -427,6 +427,7 @@ Depends: systemd-coredump, systemd-sysv, systemd-timesyncd | ntpsec, + valkey-server, victoria-metrics, zstd, ${misc:Depends}, @@ -555,6 +556,7 @@ Depends: systemd-coredump, systemd-sysv, systemd-timesyncd | ntpsec, + valkey-server, victoria-metrics, zstd, ${misc:Depends},