Package redis: Information
Source package: redis
Version: 7.2.6-alt1
Build time: Dec 10, 2024, 09:58 PM in the task #364565
Category: Databases
Report package bugHome page: http://redis.io/
Summary: Redis is an advanced key-value store
Description:
Redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities. In order to be very fast but at the same time persistent the whole dataset is taken in memory, and from time to time saved on disc asynchronously (semi persistent mode) or alternatively every change is written into an append only file (fully persistent mode). Redis is able to rebuild the append only file in background when it gets too big. Redis supports trivial to setup master-slave replication, with very fast non-blocking first synchronization, auto reconnection on net split, and so forth. Redis is written in ANSI C and works in most POSIX systems like Linux, *BSD, Mac OS X, Solaris, and so on. Redis is free software released under the very liberal BSD license. Redis is reported to compile and work under WIN32 if compiled with Cygwin, but there is no official support for Windows currently.
List of RPM packages built from this SRPM:
redis (x86_64, i586, aarch64)
redis-cli (x86_64, i586, aarch64)
redis-cli-debuginfo (x86_64, i586, aarch64)
redis-debuginfo (x86_64, i586, aarch64)
redis-devel (x86_64, i586, aarch64)
redis (x86_64, i586, aarch64)
redis-cli (x86_64, i586, aarch64)
redis-cli-debuginfo (x86_64, i586, aarch64)
redis-debuginfo (x86_64, i586, aarch64)
redis-devel (x86_64, i586, aarch64)
Maintainer: Alexey Shabalin
List of contributors:
Alexey Shabalin
Ivan A. Melnikov
Ilya Kurdyukov
Andrey Cherepanov
Nikolay A. Fetisov
Evgenii Terechkov
Dmitriy Kulik
Vitaly Kuznetsov
Vitaly Lipatov
Mykola Grechukh
Alexey Shabalin
Ivan A. Melnikov
Ilya Kurdyukov
Andrey Cherepanov
Nikolay A. Fetisov
Evgenii Terechkov
Dmitriy Kulik
Vitaly Kuznetsov
Vitaly Lipatov
Mykola Grechukh
Last changed
Dec. 9, 2024 Alexey Shabalin 7.2.6-alt1
- 7.2.6 (Fixes: CVE-2024-31449, CVE-2024-31227, CVE-2024-31228)
Feb. 27, 2024 Ivan A. Melnikov 7.2.4-alt1.1
- NMU: Increase tests timeout (fixes FTBFS on riscv64).
Jan. 24, 2024 Alexey Shabalin 7.2.4-alt1
- 7.2.4 (Fixes: CVE-2023-41056)