Fri, 22 Nov 2024 04:04:43 UTC | login

Information for build valkey-8.0.1-1.fc41

ID341381
Package Namevalkey
Version8.0.1
Release1.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/valkey.git#7279c838f80f8ffae9cf364a2d6bae0ba7b268a0
SummaryA persistent key-value database
DescriptionValkey 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 16 Oct 2024 17:34:41 UTC
CompletedWed, 16 Oct 2024 17:52:39 UTC
Taskbuild (f41, /rpms/valkey.git:7279c838f80f8ffae9cf364a2d6bae0ba7b268a0)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/valkey.git#7279c838f80f8ffae9cf364a2d6bae0ba7b268a0'}}
Tags
f41
RPMs
src
valkey-8.0.1-1.fc41.src.rpm (info) (download)
noarch
valkey-compat-redis-8.0.1-1.fc41.noarch.rpm (info) (download)
valkey-compat-redis-devel-8.0.1-1.fc41.noarch.rpm (info) (download)
valkey-doc-8.0.1-1.fc41.noarch.rpm (info) (download)
riscv64
valkey-8.0.1-1.fc41.riscv64.rpm (info) (download)
valkey-devel-8.0.1-1.fc41.riscv64.rpm (info) (download)
valkey-debuginfo-8.0.1-1.fc41.riscv64.rpm (info) (download)
valkey-debugsource-8.0.1-1.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
root.log
build.log
state.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Oct 07 2024 Jonathan Wright <jonathan@almalinux.org> - 8.0.1-1 - update to 8.0.1 rhbz#2316254 fixes CVE-2024-31449 fixes CVE-2024-31227 fixes CVE-2024-31228 * Fri Sep 27 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 8.0.0-3 - Disable docs on RHEL * Tue Sep 24 2024 Jonathan Wright <jonathan@almalinux.org> - 8.0.0-2 - add man pages rhbz#2276017 - add doc subpackage rhbz#2276020 * Mon Sep 16 2024 Jonathan Wright <jonathan@almalinux.org> - 8.0.0-1 - update to 8.0.0 rhbz#2312577 * Mon Aug 12 2024 Neal Gompa <ngompa@fedoraproject.org> - 7.2.6-2 - Add compat-redis-devel subpackage for Redis API Valkey modules Resolves: rhbz#2304083 * Mon Aug 05 2024 Jonathan Wright <jonathan@almalinux.org> - 7.2.6-1 - update to 7.2.6 rhbz#2302510 * Thu Aug 01 2024 Remi Collet <rcollet@redhat.com> - 7.2.5-11 - merge limit.conf in main service files - fix obsoletes/conflicts up to 7.4 * Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.5-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jul 15 2024 Jonathan Wright <jonathan@almalinux.org> - 7.2.5-9 - Fix journal warning rhbz#2297457 * Tue Jul 02 2024 Jonathan Wright <jonathan@almalinux.org> - 7.2.5-8 - Enable tests by default selectively disable tests that fail in mock for redis disable redis-sentinel tests, they always fail in mock * Sat Jun 22 2024 Neal Gompa <ngompa@fedoraproject.org> - 7.2.5-7 - Enable automatic replacement of redis with valkey * Mon Jun 17 2024 Jonathan Wright <jonathan@almalinux.org> - 7.2.5-6 - drop /etc/sysconfig/valkey * Mon Apr 29 2024 Jonathan Wright <jonathan@almalinux.org> - 7.2.5-5 - improve migration scripts - rename compat package - fix working dir * 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 * Fri Apr 12 2024 Jonathan Wright <jonathan@almalinux.org> - 7.2.5~rc1-2 - add compat subpackage with migration scripts from redis * Fri Apr 12 2024 Jonathan Wright <jonathan@almalinux.org> - 7.2.5~rc1-1 - update to 7.2.5-rc1 * Tue Apr 09 2024 Jonathan Wright <jonathan@almalinux.org> - 7.2.4~rc1-1 - Initial package build, release candidate