Package redis: Information
Source package: redis
Version: 6.2.17-alt1
Build time: Jan 17, 2025, 05:38 PM in the task #369751
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: Vitaly Lipatov
List of contributors:
Kirill Izmestev
Alexey Shabalin
Andrey Cherepanov
Nikolay A. Fetisov
Ivan A. Melnikov
Evgenii Terechkov
Dmitriy Kulik
Vitaly Kuznetsov
Vitaly Lipatov
Mykola Grechukh
Kirill Izmestev
Alexey Shabalin
Andrey Cherepanov
Nikolay A. Fetisov
Ivan A. Melnikov
Evgenii Terechkov
Dmitriy Kulik
Vitaly Kuznetsov
Vitaly Lipatov
Mykola Grechukh
Last changed
Jan. 15, 2025 Kirill Izmestev 6.2.17-alt1
- 6.2.17 (Fixes: CVE-2024-46981)
Dec. 10, 2024 Alexey Shabalin 6.2.16-alt1
- 6.2.16 (Fixes: CVE-2024-31449, CVE-2024-31228)
Nov. 7, 2023 Alexey Shabalin 6.2.14-alt1
- 6.2.14 (Fixes: CVE-2023-45145) - drop PrivateUsers=true for allow run unit in container (ALT#47882)