Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: redis | Distribution: Mageia |
Version: 6.0.18 | Vendor: Mageia.Org |
Release: 1.mga8 | Build date: Wed Mar 1 14:48:25 2023 |
Group: Databases | Build host: localhost |
Size: 2260662 | Source RPM: redis-6.0.18-1.mga8.src.rpm |
Packager: kekepower <kekepower> | |
Url: http://redis.io | |
Summary: A persistent key-value database |
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.
BSD
* Wed Mar 01 2023 kekepower <kekepower> 6.0.18-1.mga8 + Revision: 1946167 - Update to version 6.0.18 (mga#31616) - Update to version 6.0.16 (mga#29552) o Fixes several security issues - Update to version 6.0.15 (mga#29036) o Fixes CVE-2021-2947[78] and CVE-2021-32761 + ns80 <ns80> - add patches from openSUSE for CVE-2022-2473[56] (mga#30393) + neoclust <neoclust> - New version: Fixes CVE-2021-21309 (mga#28452)
/etc/logrotate.d/redis /etc/redis-sentinel.conf /etc/redis.conf /run/redis /run/redis/redis-sentinel.pid /run/redis/redis_6379.pid /usr/bin/redis-benchmark /usr/bin/redis-check-aof /usr/bin/redis-check-rdb /usr/bin/redis-cli /usr/bin/redis-sentinel /usr/bin/redis-server /usr/lib/.build-id /usr/lib/.build-id/11 /usr/lib/.build-id/11/ca9477999d65f51efcdf78ac7392283d2d9ad4 /usr/lib/.build-id/1f /usr/lib/.build-id/1f/4fe7defe4b5bb00c15ef6224115ea75a65a1bc /usr/lib/.build-id/58 /usr/lib/.build-id/58/d1ff71349ef95b5b5c1d993ed2e83cab3111fa /usr/lib/systemd/system/redis-sentinel.service /usr/lib/systemd/system/redis-sentinel.service.d /usr/lib/systemd/system/redis-sentinel.service.d/limit.conf /usr/lib/systemd/system/redis.service /usr/lib/systemd/system/redis.service.d /usr/lib/systemd/system/redis.service.d/limit.conf /usr/lib/tmpfiles.d/redis.conf /usr/libexec/redis-shutdown /usr/share/doc/redis /usr/share/doc/redis/00-RELEASENOTES /usr/share/doc/redis/BUGS /usr/share/doc/redis/CONTRIBUTING /usr/share/doc/redis/MANIFESTO /usr/share/doc/redis/README.md /usr/share/licenses/redis /usr/share/licenses/redis/COPYING /usr/share/man/man1/redis-benchmark.1.xz /usr/share/man/man1/redis-check-aof.1.xz /usr/share/man/man1/redis-check-rdb.1.xz /usr/share/man/man1/redis-cli.1.xz /usr/share/man/man1/redis-sentinel.1.xz /usr/share/man/man1/redis-server.1.xz /usr/share/man/man5/redis-sentinel.conf.5.xz /usr/share/man/man5/redis.conf.5.xz /var/lib/redis /var/log/redis
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 13 10:18:22 2024