Information for build redict-7.3.2-4.fc44

ID193775
Package Nameredict
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version7.3.2
Release4.fc44
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/redict.git#444f7e047c22a9a63a5bf4671965088008161703
SummaryA persistent key-value database
DescriptionRedict 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, Redict 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. Redict 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 Redict behave like a cache. You can use Redict from most programming languages also.
Built byliuyang
State complete
Volume DEFAULT
StartedSat, 04 Apr 2026 03:22:19 CST
CompletedSat, 04 Apr 2026 04:27:38 CST
Taskbuild (f44, /rpms/redict.git:444f7e047c22a9a63a5bf4671965088008161703)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/redict.git#444f7e047c22a9a63a5bf4671965088008161703'}}
Tags
f44
RPMs
src
redict-7.3.2-4.fc44.src.rpm (info) (download)
riscv64
redict-7.3.2-4.fc44.riscv64.rpm (info) (download)
redict-devel-7.3.2-4.fc44.riscv64.rpm (info) (download)
redict-debuginfo-7.3.2-4.fc44.riscv64.rpm (info) (download)
redict-debugsource-7.3.2-4.fc44.riscv64.rpm (info) (download)
Logs
riscv64
root.log
dnf5.log
state.log
build.log
mock_output.log
installed_pkgs.log
mock_config.log
hw_info.log
Changelog * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Jan 08 2025 Jonathan Wright <jonathan@almalinux.org> - 7.3.2-1 - update to 7.3.2 rhbz#2315906 fixes CVE-2024-46981 fixes CVE-2024-51741 fixes CVE-2024-31449 fixes CVE-2024-31227 fixes CVE-2024-31228 * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Apr 03 2024 Jonathan Wright <jonathan@almalinux.org> - 7.3.0-1 - Update to 7.3.0 stable * Thu Mar 28 2024 Jonathan Wright <jonathan@almalinux.org> - 7.3.0~rc2-1 - update to 7.3.0-rc2 - remove sample confs from /usr/share * Sun Mar 24 2024 Jonathan Wright <jonathan@almalinux.org> - 7.3.0~rc1-1 - Initial package build, release candidate