pkgsrc/databases/redis
fhajny cea55bf1ca Update databases/redis to 4.0.2.
Significant bugs fixed:

1. A number of bugs were fixed in the area of PSYNC2 replication in
thecspecific area of restarting an instance with an RDB file having
the repliacation meta-data to continue without a full
resynchronization.

2. AOF flush on SHUTDOWN did not cared to really write the AOF buffers
(not in the kernel but in the Redis process memory) to disk before
exiting. Calling SHUTDOWN during traffic resulted into not every
operation to be persisted on disk.

3. The SLOWLOG could reference values inside string objects stored at
keys, creating a race condition during FLUSHALL ASYNC while the DB is
reclaimed in another thread.
2017-09-26 07:52:13 +00:00
..
files Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
patches Redis 4.0.1 2017-08-02 19:53:37 +00:00
DESCR minor edits for grammar/usage 2016-12-21 00:23:22 +00:00
distinfo Update databases/redis to 4.0.2. 2017-09-26 07:52:13 +00:00
Makefile Update databases/redis to 4.0.2. 2017-09-26 07:52:13 +00:00
PLIST Redis 4.0.1 2017-08-02 19:53:37 +00:00