<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>
<ChangeLog>
Redis 1.2.6 fixes two critical replication bugs, and a few
improvements.
- Fixed Issue 207 (http://code.google.com/p/redis/issues/detail?id=207)
(broken replication with binary arguments not in the last position
with the MSET command or any other command issued with new
multi-bulk protocol).
- Fixed Issue 174 (http://code.google.com/p/redis/issues/detail?id=174)
(temp names collisions producing broken slave-side .rdb files).
- Redis-cli backported from Redis master, with interactive mode, line
editing via the linenoise library, auth ability, and much more.
- ZRANGEBYSCORE now supports WITHSCORES as well (backported from
master).
- A simplified version of redis-stat (from redis tools) added.
</ChangeLog>
Notice from: roberto
<ChangeLog>
Redis 1.2.5 fixes a replication bug: multiple slaves
connecting to the same master could lead to random
crashes or corruptions.
</ChangeLog>
Feature safe: yes
<ChangeLog>
redis-1.2.2 is a bugfix release, fixing a problem with BGSAVE and BGREWRITEAOF
copy-on-write semantics. This version of Redis will use a lot less CPU and
memory while performing a BGSAVE and BGREWRITEAOF operation.
It is very important to upgrade ASAP to this version if you are using Redis
with data persistence via snapshotting or append only file.
Another minor change is that the INFO command will now have a new field showing
memory usage in an human readable form. This was backported from Redis unstable
as well.
</ChangeLog>
Adopt patch for redis.conf.
Previously and by default redis was compiled with debugging
information, that didn't respect CFLAGS. So, now its
possible to compile with debugging information by use
WITH_DEBUG knob.
Take maintainership.
Approved by: maintainer (skv@)