Package : redis
Basic items
Name | redis |
Version | 7.4.2 |
Release | 1.mga10 |
Arch | src |
Summary | A persistent key-value database |
Group | Databases |
License | RSALv2 and SSPLv1 |
Url | https://redis.io/ |
Download size | 3.4 MiB |
Installed size | 3.4 MiB |
Description
Redis 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, Redis 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.
Redis 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 Redis behave like
a cache.
You can use Redis from most programming languages also.
Media information
Repository name | Mageia cauldron SRPMS Core Release |
Media arch | x86_64 |
Advanced items
Source RPM | NOT IN DATABASE ?! |
Build time | 2025-01-06 17:37:45 |
Dependencies graph | Open |
Changelog ☰ |
+ Revision: 1953499 - Update to version 7.0.11 o Fixes CVE-2023-28856 (mga#31809) (kekepower 2023-07-16: + Revision: 1963967 - Update to version 7.0.12 o Fixes CVE-2022-24834 and CVE-2023-36824 (kekepower 2023-10-18: + Revision: 1998768 - Update to version 7.0.14 (kekepower 2023-10-29: + Revision: 2002715 - Update to version 7.2.2 (kekepower 2023-11-02: + Revision: 2003541 - Update to version 7.2.3 (kekepower 2024-01-11: + Revision: 2030119 - Update to version 7.2.4 (kekepower 2024-09-28: + Revision: 2101929 - ensure hdr_histogram and fpconv are built with proper flags (daviddavid 2024-09-29: + Revision: 2101967 - new version: 7.4.0 - license changed for RSALv2 and SSPLv1 (daviddavid 2024-10-03: + Revision: 2103021 - new version: 7.4.1 (daviddavid 2025-01-06: + Revision: 2135743 - new version: 7.4.2 (daviddavid |
Files ☰ |
/0002-redis-3.2.3-deps-library-fPIC-performance-tuning.patch /0003-redis-5.0.1-use-system-jemalloc.patch /0004-redis-2.8.18-disable-test-failed-on-slow-machine.patch /0005-redis-2.8.18-sentinel-configuration-file-fix.patch /0006-1st-man-pageis-for-redis-cli-redis-benchmark-redis-c.patch /0008-switch-pidfile-from-var_run-to-run_redis.patch /redis-7.4.2.tar.gz /redis-limit-init /redis-limit-systemd /redis-sentinel.init /redis-sentinel.service /redis-shutdown /redis.init /redis.logrotate /redis.service /redis.spec /redis.tmpfiles /redis.tmpfiles.d |
Dependencies ☰ |
libatomic-devel systemd |
Provides ☰ |
|