Bug 2274206 - Review Request: valkey - A persistent key-value database
Summary: Review Request: valkey - A persistent key-value database
Keywords:
Status: POST
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Neal Gompa
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-04-09 17:52 UTC by Jonathan Wright
Modified: 2024-04-10 05:23 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:
ngompa13: fedora-review+


Attachments (Terms of Use)

Description Jonathan Wright 2024-04-09 17:52:35 UTC
Spec URL: https://download.copr.fedorainfracloud.org/results/jonathanspw/valkey/fedora-rawhide-x86_64/07282744-valkey/valkey.spec
SRPM URL: https://download.copr.fedorainfracloud.org/results/jonathanspw/valkey/fedora-rawhide-x86_64/07282744-valkey/valkey-7.2.4~rc1-1.fc41.src.rpm

Description:
Valkey 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.

Fedora Account jonathanspw

Comment 1 Neal Gompa 2024-04-09 17:53:28 UTC
Taking this review.

Comment 2 Neal Gompa 2024-04-09 17:55:07 UTC
Review notes:

* Package follows Fedora Packaging Guidelines
* Package builds and installs
* Package licensing is correctly handled and recorded
* No serious issues from rpmlint

PACKAGE APPROVED.

Comment 3 Fedora Admin user for bugzilla script actions 2024-04-09 17:56:31 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/valkey

Comment 4 Nathan Scott 2024-04-10 04:46:02 UTC
Thanks for working on this Jonathan.  Could you add myself and Remi Collet (I think its just the two of us now who are listed as current Fedora Redis maintainers) into the set of admins for valkey as well please?  Many thanks.


Note You need to log in before you can comment on or make changes to this bug.