Date: Tue, 26 Jul 2011 11:51:30 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/redis Makefile distinfo Message-ID: <201107261151.p6QBpUtv052461@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
osa 2011-07-26 11:51:30 UTC FreeBSD ports repository Modified files: databases/redis Makefile distinfo Log: Update from 2.2.11 to 2.2.12. <ChangeLog> * the Slowlog feature was backported to Redis 2.2. * a number of fixes related blocking operations on lists when mixed with AOF and Replication. * fixed bad interactions between EXPIRE, EXPIREAT, and in general volatile keys when AOF is enabled. More details in the Redis Google Group here: http://groups.google.com/group/redis-db/browse_frm/thread/5a931fefb88b16d5?tvc=1 * no more allocation stats info in INFO. * colorized make for 2.2 as well. * fixed a problem with AOF when it is stopped via CONFIG SET appendonly no. * warn the user enabling VM that VM is deprecated and discouraged. * prepareForShutdown() fixed for correctness. * close the listening sockets on exit for faster restarts. </ChangeLog> Revision Changes Path 1.31 +1 -2 ports/databases/redis/Makefile 1.26 +2 -2 ports/databases/redis/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107261151.p6QBpUtv052461>