summaryrefslogtreecommitdiff
path: root/databases/redis-devel/files/patch-src-mkreleasehdr.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade from 5.0-rc4 to 5.0-rc5.Sergey A. Osokin2018-09-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> Upgrade urgency HIGH: Several imporant bugs fixed. This is the release candidate number five, and has a lot of bug fixes inside, together with a few big changes to the Redis behavior from the point of view of replication of scripts and handling of the maxmemory directive in slaves. Make sure to read the whole list! * BREAKING BEHAVIOR: Slaves now ignore maxmemory by default. * BREAKING BEHAVIOR: Now scripts are always replicated for their effects, and never sending the script itself to slaves/AOF. * Improvement: Big pipelining performances improved significantly. * Fix: Rewrite BRPOPLPUSH as RPOPLPUSH to propagate. * Fix: False positives in tests. * Fix: Certain command flags were modified because not correct. * Fix: Fix blocking XREAD for streams that are empty. * Improvement: Allow scripts to timeout on slaves as well. * Fix: Different corner cases due to CLIENT PAUSE are now fixed. * Improvement: Optimize parsing large bulk greater than 32k. * Fix: Propagate read-only scripts as SCRIPT LOAD, not as EVAL. </ChangeLog> Notes: svn path=/head/; revision=479208
* Update from 2.6.14 to 2.8.0-rc2.Sergey A. Osokin2013-08-131-3/+3
| | | | | | | Changes: https://raw.github.com/antirez/redis/2.8/00-RELEASENOTES Notes: svn path=/head/; revision=324677
* Update from 2.6.10 to 2.6.11.Sergey A. Osokin2013-03-121-4/+4
| | | | | | | | | | | | | | | | | | | <ChangeLog> UPGRADE URGENCY: LOW, however updating is encouraged if you have many instances per server and you want to lower the CPU / energy usage. * [BUGFIX] Replication: more strict error checking for master PING reply. * [BUGFIX] redis-cli: use keepalive socket option for improved reliability. * [BUGFIX] Allow AUTH while loading the DB in memory. * [BUGFIX] Don't segfault on unbalanced quotes while parsing config file. * [IMPROVED] serverCron() frequency is now a runtime parameter (was REDIS_HZ). * [IMPROVED] Use a lot less CPU when idle, even with many configured DBs. </ChangeLog> Notes: svn path=/head/; revision=313995
* Use more canonical names for patches.Sergey A. Osokin2012-11-221-0/+11
No functionaly changes. Don't bump PORTREVISION. Feature safe: yes Notes: svn path=/head/; revision=307662