Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: redis | Distribution: Fedora Project |
Version: 5.0.9 | Vendor: Fedora Project |
Release: 1.fc32 | Build date: Wed Jun 24 02:21:51 2020 |
Group: Unspecified | Build host: buildvm-a32-11.iad2.fedoraproject.org |
Size: 3187761 | Source RPM: redis-5.0.9-1.fc32.src.rpm |
Packager: Fedora Project | |
Url: https://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 and MIT
* Wed Jun 24 2020 Nathan Scott <nathans@redhat.com> - 5.0.9-1 - Upstream 5.0.9 release. - Resolves CVE-2020-14147 (RHBZ #1848540) * Fri Mar 13 2020 Nathan Scott <nathans@redhat.com> - 5.0.8-1 - Upstream 5.0.8 release. * Wed Feb 12 2020 Nathan Scott <nathans@redhat.com> - 5.0.7-3 - Patch extern SDS_NOINIT definition for gcc 10 (RHBZ #1799969) * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Nov 19 2019 Carl George <carl@george.computer> - 5.0.7-1 - Latest upstream * Thu Sep 26 2019 Nathan Scott <nathans@redhat.com> - 5.0.6-1 - Upstream 5.0.6 release and redis-doc updates. * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jul 15 2019 Nathan Scott <nathans@redhat.com> - 5.0.5-2 - Use the (modified) bundled jemalloc for defrag (RHBZ #1725852) * Thu May 16 2019 Nathan Scott <nathans@redhat.com> - 5.0.5-1 - Upstream 5.0.5 release and redis-doc updates. * Sat May 11 2019 Nathan Scott <nathans@redhat.com> - 5.0.4-2 - Obsolete redis-trib - functionality now in redis-cli(1) - Remove old chkconfig support, all systemd platforms now * Tue Mar 19 2019 Nathan Scott <nathans@redhat.com> - 5.0.4-1 - Upstream 5.0.4 release and redis-doc updates. - Fix sentinel.conf logfile line addition. * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Dec 13 2018 Nathan Scott <nathans@redhat.com> - 5.0.3-1 - Upstream 5.0.3 release and redis-doc updates. * Fri Nov 23 2018 Nathan Scott <nathans@redhat.com> - 5.0.2-1 - Upstream 5.0.2 release and redis-doc updates. * Thu Nov 08 2018 Nathan Scott <nathans@redhat.com> - 5.0.1-1 - Upstream 5.0.1 release. * Thu Oct 18 2018 Nathan Scott <nathans@redhat.com> - 5.0.0-1 - Update systemd service files for network-online requirement - Upstream 5.0.0 release. * Thu Aug 09 2018 Nathan Scott <nathans@redhat.com> - 4.0.11-1 - Drop the pandoc build dependency, install only markdown. - Upstream 4.0.11 release. * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jun 25 2018 Remi Collet <rcollet@redhat.com> - 4.0.10-2 - fix License (BSD and MIT) - add bundled libraries licences - add information about bundled lzf
/etc/logrotate.d/redis /etc/redis-sentinel.conf /etc/redis.conf /etc/systemd/system/redis-sentinel.service.d /etc/systemd/system/redis-sentinel.service.d/limit.conf /etc/systemd/system/redis.service.d /etc/systemd/system/redis.service.d/limit.conf /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/62 /usr/lib/.build-id/62/b209ee6a71bc0f9564d35b75c4a8d40b404762 /usr/lib/.build-id/89 /usr/lib/.build-id/89/106291be7b4d95e859e0f359488e7a358e1faf /usr/lib/.build-id/8c /usr/lib/.build-id/8c/36e86e909fd07007ccf8c468cdc3cd6f752c19 /usr/lib/systemd/system/redis-sentinel.service /usr/lib/systemd/system/redis.service /usr/lib64/redis /usr/lib64/redis/modules /usr/libexec/redis-shutdown /usr/share/licenses/redis /usr/share/licenses/redis/COPYING /usr/share/man/man1/redis-benchmark.1.gz /usr/share/man/man1/redis-check-aof.1.gz /usr/share/man/man1/redis-check-rdb.1.gz /usr/share/man/man1/redis-cli.1.gz /usr/share/man/man1/redis-sentinel.1.gz /usr/share/man/man1/redis-server.1.gz /usr/share/man/man5/redis-sentinel.conf.5.gz /usr/share/man/man5/redis.conf.5.gz /var/lib/redis /var/log/redis /var/run/redis
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 9 14:21:55 2022