Sun, 16 Feb 2025 22:02:42 UTC | login

Information for build valkey-7.2.6-1.fc41

ID333454
Package Namevalkey
Version7.2.6
Release1.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/valkey.git#6dbb2f1194f0de213435e4dd6771f0d0af769550
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 failed
Volume DEFAULT
StartedSat, 10 Aug 2024 22:20:25 UTC
CompletedSun, 11 Aug 2024 01:48:08 UTC
Taskbuild (f41, /rpms/valkey.git:6dbb2f1194f0de213435e4dd6771f0d0af769550)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/valkey.git#6dbb2f1194f0de213435e4dd6771f0d0af769550'}}
Tags No tags
RPMs No RPMs
Changelog * 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