Skip to content

greensec/valkey-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valkey Debian Packages

This repository contains the packaging configuration for automatically building Debian packages of Valkey. Valkey is a flexible distributed key-value database that is optimized for caching and other realtime workloads.

Repository Information

Pre-built packages are available at: https://greensec.github.io/valkey-debian/

Supported Debian/Ubuntu Versions

Debian

  • bullseye (11)
  • bookworm (12)
  • trixie (13)

Ubuntu

  • jammy (22.04 LTS)
  • noble (24.04 LTS)

Automated Builds

This repository uses GitHub Actions to automatically build packages for all supported distributions.

How to add this repository:

Automatically via script

wget -O- https://greensec.github.io/valkey-debian/add-repository.sh | bash
apt-get install valkey

The script auto-detects your distribution and codename from /etc/os-release and supports:

  • Debian: bullseye, bookworm, trixie
  • Ubuntu: jammy, noble

Manually

apt-get install wget ca-certificates
wget -O /usr/share/keyrings/greensec.github.io-valkey-debian.key https://greensec.github.io/valkey-debian/public.key
source /etc/os-release
echo "deb [signed-by=/usr/share/keyrings/greensec.github.io-valkey-debian.key] https://greensec.github.io/valkey-debian/repo ${VERSION_CODENAME} main" > /etc/apt/sources.list.d/valkey-debian.list
apt-get update && apt-get install valkey

Acknowledgements

This package is based on the work of the Valkey developers and the Debian Valkey team.

Original Valkey Project

About

A flexible distributed key-value database that is optimized for caching and other realtime workloads.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages