Thu, 24 Apr 2025 23:18:55 MSK | login

Information for build valkey-8.0.2-1.el10

ID28832
Package Namevalkey
Version8.0.2
Release1.el10
Epoch
Sourcegit+http://git.inferitos.ru/rpms/valkey#7ad0b1d32ab947cc9501c004397522165da2b9b1
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 bytigro
State complete
Volume DEFAULT
StartedThu, 03 Apr 2025 09:48:03 MSK
CompletedThu, 03 Apr 2025 10:15:57 MSK
Taskbuild (inferit-10_0-bootstrap, /rpms/valkey/:changed/i10c-beta/valkey-8.0.2-1.el10)
Extra{'source': {'original_url': 'git+http://git.inferitos.ru/rpms/valkey/?#changed/i10c-beta/valkey-8.0.2-1.el10'}}
Tags
inferit-10_0-bootstrap
inferit-10_0-init
RPMs
src
valkey-8.0.2-1.el10.src.rpm (info) (download)
aarch64
valkey-8.0.2-1.el10.aarch64.rpm (info) (download)
valkey-devel-8.0.2-1.el10.aarch64.rpm (info) (download)
valkey-debuginfo-8.0.2-1.el10.aarch64.rpm (info) (download)
valkey-debugsource-8.0.2-1.el10.aarch64.rpm (info) (download)
noarch
valkey-compat-redis-8.0.2-1.el10.noarch.rpm (info) (download)
x86_64
valkey-8.0.2-1.el10.x86_64.rpm (info) (download)
valkey-devel-8.0.2-1.el10.x86_64.rpm (info) (download)
valkey-debuginfo-8.0.2-1.el10.x86_64.rpm (info) (download)
valkey-debugsource-8.0.2-1.el10.x86_64.rpm (info) (download)
Logs
aarch64
noarch_rpmdiff.json
root.log
state.log
mock_output.log
installed_pkgs.log
hw_info.log
build.log
x86_64
noarch_rpmdiff.json
root.log
state.log
mock_output.log
installed_pkgs.log
hw_info.log
build.log
Changelog * Thu Jan 23 2025 Remi Collet <rcollet@redhat.com> - 8.0.2.1 - rebase to 8.0.2 Resolves: RHEL-73273 * Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 7.2.6-2 - Rebuilt for MSVSphere 10 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 7.2.6-2 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 * Tue Aug 06 2024 Remi Collet <rcollet@redhat.com> - 7.2.6.1 - rebase to 7.2.6 - merge limit.conf in main service files - drop /etc/sysconfig/valkey - rename compat package - fix working dir - partially enable upstream test suite * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 7.2.5-4 - Bump release for June 2024 mass rebuild * 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