Information for build redict-7.3.0-1.fc41

ID19148
Package Nameredict
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version7.3.0
Release1.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/redict.git#9dc0db5fa8b655e142eb60d13891e0cc6bee5a94
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 bykojiadmin
State complete
Volume DEFAULT
StartedFri, 03 May 2024 00:00:45 CST
CompletedFri, 03 May 2024 00:23:54 CST
Taskbuild (f41, /rpms/redict.git:9dc0db5fa8b655e142eb60d13891e0cc6bee5a94)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/redict.git#9dc0db5fa8b655e142eb60d13891e0cc6bee5a94'}}
Tags
f41
RPMs
src
redict-7.3.0-1.fc41.src.rpm (info) (download)
riscv64
redict-7.3.0-1.fc41.riscv64.rpm (info) (download)
redict-devel-7.3.0-1.fc41.riscv64.rpm (info) (download)
redict-debuginfo-7.3.0-1.fc41.riscv64.rpm (info) (download)
redict-debugsource-7.3.0-1.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
installed_pkgs.log
mock_output.log
Changelog * 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