summaryrefslogtreecommitdiff
path: root/databases/redis/files/extra-patch-src-Makefile.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade from 2.6.16 to 2.8.0.Sergey A. Osokin2013-11-281-21/+21
| | | | Changelist: https://raw.github.com/antirez/redis/2.8/00-RELEASENOTES
* Upgrade from 2.6.14 to 2.6.15.Sergey A. Osokin2013-08-211-0/+47
Add support for lang/lua, disabled by default. <ChangeLog> UPGRADE URGENCY: MODERATE, upgrade ASAP only if you experience issues related to the expired keys collection algorithm, or if you use the ZUNIONSTORE command. * [FIX] Improved expired keys collection algorithm. Even under heavy load keys to be expired can't accumulate because of lack of CPU time. * [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result. * [NEW] redis-benchmark improvements. * [NEW] dict.c API wrong usage detection. WARNING: redis-benchmark released with 2.6.15 features non backward compatible change in the way the random arguments are specified, use the --help option for more information. </ChangeLog>