redis 2:2.6.13-1 source package in Ubuntu

Changelog

redis (2:2.6.13-1) unstable; urgency=low


  * New upstream release.
    - Sync debian/redis.conf.
    - Update 02-fix-ftbfs-on-kfreebsd.diff.

 -- Chris Lamb <email address hidden>  Mon, 17 Jun 2013 00:49:42 +0100

Upload details

Uploaded by:
lamby
Uploaded to:
Sid
Original maintainer:
lamby
Architectures:
any
Section:
database
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
redis_2.6.13-1.dsc 1.1 KiB 2f941bd5f84cbb418a07199cd78a77ce8a0fbe78791ee1456b9a379ff7d8e797
redis_2.6.13.orig.tar.gz 971.0 KiB 3b9439636c58ca06bee538a0f7298e02a33fcf98b8fa845c0b0cf8567751e948
redis_2.6.13-1.debian.tar.gz 19.2 KiB 65909a7c03fe6df0b792a6d79e246b09638516167d01f071027cec869578a57d

Available diffs

No changes file available.

Binary packages built by this source

redis-server: Persistent key-value database with network interface

 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 The dataset is stored entirely in memory and periodically flushed to disk.