Path to this page:
./
databases/redis,
Persistent key-value database with built-in net interface
Branch: pkgsrc-2016Q2,
Version: 3.2.3,
Package name: redis-3.2.3,
Maintainer: filipRedis is an advanced key-value store. It is similar to memcached but the
dataset is not volatile, and values can be strings, exactly like in memcached,
but also lists, sets, and ordered sets. All this data types can be manipulated
with atomic operations to push/pop elements, add/remove elements, perform
server side union, intersection, difference between sets, and so forth. Redis
supports different kind of sorting abilities.
Master sites:
SHA1: 92d6d93ef2efc91e595c8bf578bf72baff397507
RMD160: ad82033f72e24458c9cf1cbb28996b2b7e173365
Filesize: 1505.274 KB
Version history: (Expand)
- (2016-08-10) Updated to version: redis-3.2.3
- (2016-07-07) Package has been reborn
- (2016-07-06) Package added to pkgsrc.se, version redis-3.2.1 (created)
CVS history: (Expand)
2016-08-10 18:53:32 by Benny Siegert | Files touched by this commit (3) | |
Log message:
Pullup ticket #5078 - requested by sevan
databases/redis: security fix
Revisions pulled up:
- databases/redis/Makefile 1.22
- databases/redis/PLIST 1.11
- databases/redis/distinfo 1.24
---
Module Name: pkgsrc
Committed By: fhajny
Date: Tue Aug 9 09:11:53 UTC 2016
Modified Files:
pkgsrc/databases/redis: Makefile PLIST distinfo
Log message:
Update databases/redis to 3.2.3.
Redis 3.2.3
Bugfixes:
- There was an inverted if statement logic problem in
replication.c causing
a replication delay.
- Redis-cli created the history file with insecure permissions,
allowing reding from the file.
Redis 3.2.2
- There was a bug in the List type implementation, able to cause
the crash of the server under certain (non trivial to replicate)
circumstances when the LSET command was used.
- Redis Sentinel, when monitoring multiple masters, could crash
after a Sentinel address update event.
- Redis Sentinel now checks slaves INFO state more often when
disconnected.
- It was possible, under a variety of conditions, that the AOF and
RDB children process could spawn at the same time. This is known
to trash disk I/O, AOF performances, and to ultimately create
latency in the Redis server.
- Many GEORADIUS bugs are now fixed \o/.
New features:
- Now slaves support the slave-announce-ip and slave-announce-port
options.
- The RDB check utlity is now part of Redis and uses the same RDB
code that Redis uses in order to load the dataset in memory.
|