Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2010 12:41:48 +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:  <201009221241.o8MCfmK0090812@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
osa         2010-09-22 12:41:48 UTC

  FreeBSD ports repository

  Modified files:
    databases/redis      Makefile distinfo 
  Log:
  Update from 2.0.1 to 2.0.2.
  
  <ChangeLog>
  
  - Fixed a bug that may slow down significantly (from a few milliseconds
    to many seconds) server side intersections when a background write is
    in progress. This was due to the hash table resize policy, prevented when
    there was a saving child. Now it's prevented only up to 5 times
    overbooking, so we try hard to prevent a lot of copy on write, but
    avoiding to trigger pathological hash table performances of O(N) instead
    of O(1).
  
  - Fixed expired keys counter in INFO output. It was not counting keys
    force-expired due to max-memory limit reached.
  
  </ChangeLog>
  
  Revision  Changes    Path
  1.15      +1 -2      ports/databases/redis/Makefile
  1.13      +3 -3      ports/databases/redis/distinfo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009221241.o8MCfmK0090812>