Tue, 19 Mar 2024 05:19:54 UTC | login

Information for build redis-2.8.19-2.el7

ID1147
Package Nameredis
Version2.8.19
Release2.el7
Epoch
SummaryA persistent key-value database
DescriptionRedis 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.
Built byhguemar
State complete
Volume DEFAULT
StartedFri, 15 May 2015 13:08:47 UTC
CompletedFri, 15 May 2015 13:11:52 UTC
Taskbuild (cloud7-openstack-common-el7, redis-2.8.19-2.el7.src.rpm)
Tags
cloud7-openstack-common-candidate
RPMs
src
redis-2.8.19-2.el7.src.rpm (info) (download)
x86_64
redis-2.8.19-2.el7.x86_64.rpm (info) (download)
redis-debuginfo-2.8.19-2.el7.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
state.log
Changelog * Thu Mar 26 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 2.8.19-2 - Fix redis-shutdown on multiple NIC setup (RHBZ #1201237) * Thu Feb 26 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 2.8.19-1 - Upstream 2.8.19 (RHBZ #1175232) - Fix permissions (RHBZ #1182913) - Add limits config file - Spec cleanups * Tue Dec 09 2014 Haïkel Guémar <hguemar@fedoraproject.org> - 2.8.18-1 - Upstream 2.8.18 - Backport init scripts fixes from rawhide * Sat Sep 13 2014 Haïkel Guémar <hguemar@fedoraproject.org> - 2.8.15-1 - Upstream 2.8.15 (critical bugfix for sentinel) - Fix to sentinel systemd service and configuration (thanks Remi) - Refresh patch management * Thu Sep 11 2014 Haïkel Guémar <hguemar@fedoraproject.org> - 2.8.14-2 - Cleanup spec - Fix shutdown for redis-{server,sentinel} - Backport fixes from Remi Collet repository (ie: sentinel working) * Thu Sep 11 2014 Haïkel Guémar <hguemar@fedoraproject.org> - 2.8.14-1 - Upstream 2.8.14 - Bugfix for lua scripting users (server crash) - Refresh patches * Tue Jul 29 2014 Warren Togami <warren@slickage.com> - 2.8.13-3 - Revert rename redis.service to redis-server (4 years as packaged service name). - Revert "daemonize yes" in default redis.conf systemd handles background and process tracking on its own, this broke systemd launch. - Revert redis.init as it too handled daemonizing. - Revert tcp-keepalive default to 0. - Revert ExecStartPre hack, /var/lib/redis is owned by the package. No %ghost directories, just own it. - FIXME: sentinel is broken, mispackaged and quite possibly belongs in an entirely separate package because it is not meant to be used concurrently with the ordinary systemd redis and it requires a highly specialized custom configuration. * Wed Jul 23 2014 Warren Togami <warren@slickage.com> - 2.8.13-2 - Fix detection of EL7: systemd unit was missing - Fix detection of EL5 * Wed Jul 16 2014 Christopher Meng <rpm@cicku.me> - 2.8.13-1 - Update to 2.8.13 * Tue Jun 24 2014 Christopher Meng <rpm@cicku.me> - 2.8.12-1 - Update to 2.8.12 * Wed Jun 18 2014 Christopher Meng <rpm@cicku.me> - 2.8.11-1 - Update to 2.8.11 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Sep 06 2013 Fabian Deutsch <fabian.deutsch@gmx.de> - 2.6.16-1 - Update to 2.6.16 - Fix rhbz#973151 - Fix rhbz#656683 - Fix rhbz#977357 (Jan Vcelak <jvcelak@fedoraproject.org>) * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.13-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Jul 23 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.6.13-4 - ARM has gperftools * Wed Jun 19 2013 Fabian Deutsch <fabiand@fedoraproject.org> - 2.6.13-3 - Modify jemalloc patch for s390 compatibility (Thanks sharkcz) * Fri Jun 07 2013 Fabian Deutsch <fabiand@fedoraproject.org> - 2.6.13-2 - Unbundle jemalloc * Fri Jun 07 2013 Fabian Deutsch <fabiand@fedoraproject.org> - 2.6.13-1 - Add compile PIE flag (rhbz#955459) - Update to redis 2.6.13 (rhbz#820919) * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Dec 27 2012 Silas Sewell <silas@sewell.org> - 2.6.7-1 - Update to redis 2.6.7 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sun Jul 08 2012 Silas Sewell <silas@sewell.org> - 2.4.15-2 - Remove TODO from docs * Sun Jul 08 2012 Silas Sewell <silas@sewell.org> - 2.4.15-1 - Update to redis 2.4.15 * Sat May 19 2012 Silas Sewell <silas@sewell.org> - 2.4.13-1 - Update to redis 2.4.13 * Sat Mar 31 2012 Silas Sewell <silas@sewell.org> - 2.4.10-1 - Update to redis 2.4.10 * Fri Feb 24 2012 Silas Sewell <silas@sewell.org> - 2.4.8-1 - Update to redis 2.4.8 * Sat Feb 04 2012 Silas Sewell <silas@sewell.org> - 2.4.7-1 - Update to redis 2.4.7 * Wed Feb 01 2012 Fabian Deutsch <fabiand@fedoraproject.org> - 2.4.6-4 - Fixed a typo in the spec * Tue Jan 31 2012 Fabian Deutsch <fabiand@fedoraproject.org> - 2.4.6-3 - Fix .service file, to match config (Type=simple). * Tue Jan 31 2012 Fabian Deutsch <fabiand@fedoraproject.org> - 2.4.6-2 - Fix .service file, credits go to Timon. * Thu Jan 12 2012 Fabian Deutsch <fabiand@fedoraproject.org> - 2.4.6-1 - Update to 2.4.6 - systemd unit file added - Compiler flags changed to compile 2.4.6 - Remove doc/ and Changelog * Sun Jul 24 2011 Silas Sewell <silas@sewell.org> - 2.2.12-1 - Update to redis 2.2.12 * Fri May 06 2011 Dan Horák <dan[at]danny.cz> - 2.2.5-2 - google-perftools exists only on selected architectures * Sat Apr 23 2011 Silas Sewell <silas@sewell.ch> - 2.2.5-1 - Update to redis 2.2.5 * Sat Mar 26 2011 Silas Sewell <silas@sewell.ch> - 2.2.2-1 - Update to redis 2.2.2 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sun Dec 19 2010 Silas Sewell <silas@sewell.ch> - 2.0.4-1 - Update to redis 2.0.4 * Tue Oct 19 2010 Silas Sewell <silas@sewell.ch> - 2.0.3-1 - Update to redis 2.0.3 * Fri Oct 08 2010 Silas Sewell <silas@sewell.ch> - 2.0.2-1 - Update to redis 2.0.2 - Disable checks section for el5 * Sat Sep 11 2010 Silas Sewell <silas@sewell.ch> - 2.0.1-1 - Update to redis 2.0.1 * Sat Sep 04 2010 Silas Sewell <silas@sewell.ch> - 2.0.0-1 - Update to redis 2.0.0 * Thu Sep 02 2010 Silas Sewell <silas@sewell.ch> - 1.2.6-3 - Add Fedora build flags - Send all scriplet output to /dev/null - Remove debugging flags - Add redis.conf check to init script * Mon Aug 16 2010 Silas Sewell <silas@sewell.ch> - 1.2.6-2 - Don't compress man pages - Use patch to fix redis.conf * Tue Jul 06 2010 Silas Sewell <silas@sewell.ch> - 1.2.6-1 - Initial package