redis / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

Home Page:http://redis.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NEW] Support for Ubuntu 24.04

thatjpcsguy opened this issue · comments

The problem/use-case that the feature addresses & description of the feature

With the new release of 24.04 it would be great if we could get apt package support
Currently:
E: Failed to fetch https://packages.redis.io/deb/dists/noble/InRelease 403 Forbidden [IP: 108.158.20.6 443]
E: The repository 'https://packages.redis.io/deb noble InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Alternatives you've considered

Installing via snap works, but is not as desirable in my use case.

It would be really helpful to have package for Ubuntu 24.04 too. Thank you in advance!

This is fixed and the issue here can be closed.

image