Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: redis | Distribution: CentOS |
Version: 6.2.3 | Vendor: CentOS |
Release: 3.el9 | Build date: Tue Aug 10 06:43:05 2021 |
Group: Unspecified | Build host: ppc64le-02.stream.rdu2.redhat.com |
Size: 5628607 | Source RPM: redis-6.2.3-3.el9.src.rpm |
Packager: builder@centos.org | |
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
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 6.2.3-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 6.2.3-2 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 * Tue May 04 2021 Remi Collet <remi@remirepo.net> - 6.2.3-1 - Upstream 6.2.3 release * Tue Apr 20 2021 Remi Collet <remi@remirepo.net> - 6.2.2-1 - Upstream 6.2.2 release * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 6.2.1-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Thu Apr 01 2021 Nathan Scott <nathans@redhat.com> - 6.2.1-1 - Upstream 6.2.1 release - Merged make-macros spec change from Tom Stellard * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 6.2.0-2 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. * Mon Mar 01 2021 Nathan Scott <nathans@redhat.com> - 6.2.0-1 - Upstream 6.2.0 release (RHBZ #1915463). - drop patch merged upstream. * Wed Feb 24 2021 Nathan Scott <nathans@redhat.com> - 6.0.11-1 - Upstream 6.0.11 release. * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jan 13 2021 Remi Collet <remi@remirepo.net> - 6.0.10-1 - Upstream 6.0.10 release. * Tue Nov 24 2020 Remi Collet <remi@remirepo.net> - 6.0.9-3 - fix check for regular file, not symlink * Mon Nov 23 2020 Remi Collet <remi@remirepo.net> - 6.0.9-2 - move configuration in /etc/redis per upstream recommendation see https://github.com/redis/redis/issues/8051 * Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 6.0.9-1 - Upstream 6.0.9 release. * Tue Oct 20 2020 Remi Collet <remi@remirepo.net> - 6.0.8-2 - add missing LICENSE files in main package * Thu Sep 10 2020 Remi Collet <remi@remirepo.net> - 6.0.8-1 - Upstream 6.0.8 release. * Tue Sep 01 2020 Remi Collet <remi@remirepo.net> - 6.0.7-1 - Upstream 6.0.7 release. - drop patch merged upstream * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 21 2020 Remi Collet <rcollet@redhat.com> - 6.0.6-1 - Upstream 6.0.6 release. - drop patch merged upstream - open https://github.com/redis/redis/pull/7543 fix deprecated tail syntax * Wed Jun 10 2020 Nathan Scott <nathans@redhat.com> - 6.0.5-1 - Upstream 6.0.5 release. * Thu May 28 2020 Remi Collet <remi@remirepo.net> - 6.0.4-3 - Add comment for TimeoutStartSec and TimeoutStopSec in limit.conf - Fix missing notification to systemd for sentinel patch from https://github.com/redis/redis/pull/7168 - Upstream 6.0.4 release. * Mon May 18 2020 Nathan Scott <nathans@redhat.com> - 6.0.3-1 - Upstream 6.0.3 release. * Wed May 06 2020 Remi Collet <rcollet@redhat.com> - 6.0.1-1 - Upstream 6.0.1 release. * Fri May 01 2020 Nathan Scott <nathans@redhat.com> - 6.0.0-1 - Upstream 6.0.0 release. * 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.
/etc/logrotate.d/redis /etc/redis /etc/redis/redis.conf /etc/redis/sentinel.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/1c /usr/lib/.build-id/1c/0259fdf22e03c1af6634237a718283f744834a /usr/lib/.build-id/94 /usr/lib/.build-id/94/a746051a9cb099709da9c3b27b64d321d54cad /usr/lib/.build-id/e5 /usr/lib/.build-id/e5/4b7d79c0e25827105ac246bcb098b7e009c0bf /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/licenses/redis/COPYING-hiredis /usr/share/licenses/redis/COPYING-jemalloc /usr/share/licenses/redis/COPYRIGHT-lua /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, Wed Nov 20 06:28:20 2024