K 10 svn:author V 3 osa K 8 svn:date V 27 2011-07-26T11:51:30.000000Z K 7 svn:log V 764 Update from 2.2.11 to 2.2.12. * 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. END