./wip/redis, Persistent key-value database with built-in net interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.6.9, Package name: redis-2.6.9, Maintainer: filip

Redis 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.


Required to build:
[devel/gmake]

Master sites:

SHA1: 519fc3d1e7a477217f1ace73252be622e0101001
RMD160: c40f9ca3dfa4b8e91ed08e2b8f57bdb6111ca926
Filesize: 965.937 KB

Version history: (Expand)


CVS history: (Expand)


   2013-02-23 19:48:48 by Greg Troxel | Files touched by this commit (1)
Log message:
Note that by default, redis listens to more than localhost.
(To a paranoid, this is obviously a bug, even though it might not be.)
   2013-02-01 17:11:35 by Filip Hajny | Files touched by this commit (5) | Package removed
Log message:
Update redis to 2.6.9

--[ Redis 2.6.9 ]

UPGRADE URGENCY: MODERATE if you use replication.

* [BUGFIX]   Changing master at runtime (SLAVEOF command) in presence of
             network problems, or in very rapid succession, could result
             in non-critical problems (GitHub Issue #828).
* [IMPROVED] CLINGET GETNAME and SETNAME to set and query connection names
             reported by CLIENT LIST. Very useful for debugging of
             problems.
* [IMPROVED] redis-cli is now able to transfer an RDB file from a remote
             server to a local file using the --rdb <filename> command
             line option.

--[ Redis 2.6.8 ]

UPGRADE URGENCY: MODERATE if you use Lua scripting. Otherwise LOW.

* [BUGFIX]   Multiple fixes for EVAL (issue #872).
* [BUGFIX]   Fix overflow in mstime() in redis-cli and benchmark.
* [BUGFIX]   Fix Linux / PPC64 behavior by correcting endianess detection.
* [BUGFIX]   Fix NetBSD build by defining _XOPEN_SOURCE appropriately.
* [BUGFIX]   Added missing license and copyright in a few places.
* [BUGFIX]   Better error reporting when fd event creation fails.
   2013-01-16 12:04:38 by OBATA Akio | Files touched by this commit (1)
Log message:
CVE-2013-0178, CVE-2013-0180
   2012-12-15 21:39:54 by Filip Hajny | Files touched by this commit (6) | Package updated
Log message:
Update redis to 2.6.7.

Too many changes, see 2.4 changelog:

https://raw.github.com/antirez/redis/2. … LEASENOTES

and 2.6 changelog:

https://raw.github.com/antirez/redis/2. … LEASENOTES
   2012-10-07 16:53:42 by Aleksej Saushev | Files touched by this commit (79)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-07-20 13:06:46 by Filip Hajny | Files touched by this commit (2)
Log message:
Fix stale patch file hash

   2012-06-18 12:27:22 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Really introduce test target.

   2012-06-18 12:26:04 by Aleksej Saushev | Files touched by this commit (3) | Package updated
Log message:
Update to Redis 2.4.14.
Introduce test target.