Thu, 26 Jun 2025 22:36:01 CST | login

Information for build valkey-8.0.1-2.oc9

ID43266
Package Namevalkey
Version8.0.1
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/valkey.git?.#d348dff745e320375dcee4ada2cfa00721fbc8a5
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 bybbrucezhang
State complete
Volume DEFAULT
StartedSat, 14 Jun 2025 17:09:18 CST
CompletedSat, 14 Jun 2025 17:16:55 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/valkey.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/valkey.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
valkey-8.0.1-2.oc9.src.rpm (info) (download)
aarch64
valkey-8.0.1-2.oc9.aarch64.rpm (info) (download)
valkey-devel-8.0.1-2.oc9.aarch64.rpm (info) (download)
valkey-debuginfo-8.0.1-2.oc9.aarch64.rpm (info) (download)
valkey-debugsource-8.0.1-2.oc9.aarch64.rpm (info) (download)
loongarch64
valkey-8.0.1-2.oc9.loongarch64.rpm (info) (download)
valkey-devel-8.0.1-2.oc9.loongarch64.rpm (info) (download)
valkey-debuginfo-8.0.1-2.oc9.loongarch64.rpm (info) (download)
valkey-debugsource-8.0.1-2.oc9.loongarch64.rpm (info) (download)
noarch
valkey-compat-redis-8.0.1-2.oc9.noarch.rpm (info) (download)
valkey-compat-redis-devel-8.0.1-2.oc9.noarch.rpm (info) (download)
x86_64
valkey-8.0.1-2.oc9.x86_64.rpm (info) (download)
valkey-devel-8.0.1-2.oc9.x86_64.rpm (info) (download)
valkey-debuginfo-8.0.1-2.oc9.x86_64.rpm (info) (download)
valkey-debugsource-8.0.1-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
aarch64
root.log
mock_config.log
dnf.rpm.log
hw_info.log
installed_pkgs.log
mock_output.log
dnf.log
state.log
build.log
dnf.librepo.log
noarch_rpmdiff.json
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jun 13 2025 bbrucezhang <bbrucezhang@tencent.com> - 8.0.1-2 - Rebuilt for loongarch64 * Mon Nov 18 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 8.0.1-1 - initial build