Click here to visit the old openkoji buildsystem (Archived)

Information for build valkey-7.2.5-5.fc41

ID25967
Package Namevalkey
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version7.2.5
Release5.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/valkey.git#489f6a148bb59849c163d1eef8c140a376f8929b
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 bykojiadmin
State complete
Volume DEFAULT
StartedFri, 03 May 2024 11:35:50 CST
CompletedFri, 03 May 2024 11:58:21 CST
Taskbuild (f41, /rpms/valkey.git:489f6a148bb59849c163d1eef8c140a376f8929b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/valkey.git#489f6a148bb59849c163d1eef8c140a376f8929b'}}
Tags
f41
RPMs
src
valkey-7.2.5-5.fc41.src.rpm (info) (download)
riscv64
valkey-7.2.5-5.fc41.riscv64.rpm (info) (download)
valkey-compat-redis-7.2.5-5.fc41.riscv64.rpm (info) (download)
valkey-devel-7.2.5-5.fc41.riscv64.rpm (info) (download)
valkey-debuginfo-7.2.5-5.fc41.riscv64.rpm (info) (download)
valkey-debugsource-7.2.5-5.fc41.riscv64.rpm (info) (download)
Logs
riscv64
build.log
state.log
hw_info.log
root.log
installed_pkgs.log
mock_output.log
Changelog * 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