1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/databases/redis
Sergey A. Osokin 78ff543546 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>
2010-09-22 12:41:48 +00:00
..
files Update to latest stable version 2.0.1. 2010-09-20 17:46:19 +00:00
distinfo Update from 2.0.1 to 2.0.2. 2010-09-22 12:41:48 +00:00
Makefile Update from 2.0.1 to 2.0.2. 2010-09-22 12:41:48 +00:00
pkg-descr
pkg-plist Update to latest stable version 2.0.1. 2010-09-20 17:46:19 +00:00