summaryrefslogtreecommitdiff
path: root/databases/redis/files/patch-src-mkreleasehdr.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-28Upgrade from 2.6.16 to 2.8.0.Sergey A. Osokin1-3/+3
Changelist: https://raw.github.com/antirez/redis/2.8/00-RELEASENOTES
2013-03-12Update from 2.6.10 to 2.6.11.Sergey A. Osokin1-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>
2012-11-22Use more canonical names for patches.Sergey A. Osokin1-0/+0
No functionaly changes. Don't bump PORTREVISION. Feature safe: yes
2012-07-17Readding the removed port redis-devel.Sergey A. Osokin1-0/+0
Update to the latest development version 2.6.0-rc5.
2011-07-22Add redis-scripting, version 2.2.111, an experimental version ofSergey A. Osokin1-0/+0
Redis 2.2.11 with support for Lua scripting, backported from the scripting branch. Instructions about how to use it are contained in following blog post: http://antirez.com/post/scripting-branch-released.html Connect to build. Add CONFLICTS and bump PORTREVISION for databases/redis.
2011-02-13Update from 2.0.4 (after repocopy to databases/redis2) to latestSergey A. Osokin1-0/+11
release candidate 2.2.rc4. Add CONFLICTS with redis-2.0. Add NO_LATEST_LINK, should be removed after 2.2 release.