cvs commit: ports/databases/redis Makefile distinfo

Sergey A. Osokin osa at FreeBSD.org
Tue Jul 26 11:51:30 UTC 2011


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


More information about the cvs-all mailing list