Thu, 26 Jun 2025 15:54:44 CST | login

Information for build valkey-8.0.1-3.oc9

ID43570
Package Namevalkey
Version8.0.1
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/valkey.git?.#17c4fd6f357953bf9d25a958abfc6bf668469bbd
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 byepol-bot
State complete
Volume DEFAULT
StartedFri, 20 Jun 2025 15:37:59 CST
CompletedFri, 20 Jun 2025 15:42:19 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-3.oc9.src.rpm (info) (download)
aarch64
valkey-8.0.1-3.oc9.aarch64.rpm (info) (download)
valkey-devel-8.0.1-3.oc9.aarch64.rpm (info) (download)
valkey-debuginfo-8.0.1-3.oc9.aarch64.rpm (info) (download)
valkey-debugsource-8.0.1-3.oc9.aarch64.rpm (info) (download)
loongarch64
valkey-8.0.1-3.oc9.loongarch64.rpm (info) (download)
valkey-devel-8.0.1-3.oc9.loongarch64.rpm (info) (download)
valkey-debuginfo-8.0.1-3.oc9.loongarch64.rpm (info) (download)
valkey-debugsource-8.0.1-3.oc9.loongarch64.rpm (info) (download)
noarch
valkey-compat-redis-8.0.1-3.oc9.noarch.rpm (info) (download)
valkey-compat-redis-devel-8.0.1-3.oc9.noarch.rpm (info) (download)
x86_64
valkey-8.0.1-3.oc9.x86_64.rpm (info) (download)
valkey-devel-8.0.1-3.oc9.x86_64.rpm (info) (download)
valkey-debuginfo-8.0.1-3.oc9.x86_64.rpm (info) (download)
valkey-debugsource-8.0.1-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.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
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jun 20 2025 Shop You <shopyou@example.com> - 8.0.1-3 - [Type] security - [DESC] Resolves: CVE-2025-49112 - Apply valkey-8.0.1-CVE-2025-49112.patch to fix networking.c buffer check * 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