[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project valkey-8.0.4-1.el10_0

Name valkey
Epoch 0
Version 8.0.4
Release 1.el10_0
Website/URL https://valkey.io
License BSD-3-Clause AND BSD-2-Clause AND MIT AND BSL-1.0
Build Time 2025-07-22 09:33:38
Build Host builder-x86-04.inferitos.ru
Summary A persistent key-value database
Repositories AppStream
Description Valkey is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Valkey works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Valkey also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Valkey behave like a cache. You can use Valkey from most programming languages also.
Errata INFSA-2025:11401
× Full screenshot
Found 2 old versions
Packages link
Package Summary SHA-256 checksum
x86_64
valkey-8.0.4-1.el10_0.x86_64 A persistent key-value database d4a11eee17f7b79a582c21b0708eb31a78b440caed2a1ce2cc4f9cb59544ff14 download
valkey-devel-8.0.4-1.el10_0.x86_64 Development header for Valkey module development 248328dfa2577f2f48ed6fb3b99968d625f959154f21ac9bab94e106c7223e6d download
aarch64
valkey-8.0.4-1.el10_0.aarch64 A persistent key-value database 7c167548fdcfd0fb086adaae560854cd27dd08d60752522de0f4ed3ec313796f download
valkey-devel-8.0.4-1.el10_0.aarch64 Development header for Valkey module development c6b986a70e75828b8f055eb41810e62611242713fbd6f32ae2e969d6774c0f62 download
src
valkey-8.0.4-1.el10_0.src A persistent key-value database ccaa980b0e13d4bfdcde3bb733a264e43c836b1e4b02e7286e1d89806123d52f download
Changelog link
* Wed Jul 16 2025 Remi Collet <remi@fedoraproject.org> - 8.0.4-1
- rebase to 8.0.4 for CVE-2025-27151 CVE-2025-48367 and CVE-2025-32023

* Wed May 14 2025 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 8.0.3.1
- Rebuilt for MSVSphere 10

* Thu Apr 24 2025 Remi Collet <rcollet@redhat.com> - 8.0.3.1
- rebase to 8.0.3

* Thu Jan 23 2025 Remi Collet <rcollet@redhat.com> - 8.0.2.1
- rebase to 8.0.2
  Resolves: RHEL-73273

* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 7.2.6-2
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018

* Tue Aug 06 2024 Remi Collet <rcollet@redhat.com> - 7.2.6.1
- rebase to 7.2.6
- merge limit.conf in main service files
- drop /etc/sysconfig/valkey
- rename compat package
- fix working dir
- partially enable upstream test suite

* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 7.2.5-4
- Bump release for June 2024 mass rebuild

* Mon Apr 22 2024 Nathan Scott <nathans@redhat.com> - 7.2.5-3
- remove version_no_tilde code

* Mon Apr 22 2024 Nathan Scott <nathans@redhat.com> - 7.2.5-2
- move redis compat symlinks to compat subpackage

* Wed Apr 17 2024 Jonathan Wright <jonathan@almalinux.org> - 7.2.5-1
- update to 7.2.5 rhbz#2275379