redis 2:2.8.2-1 source package in Ubuntu

Changelog

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


  * New upstream version.

 -- Chris Lamb <email address hidden>  Fri, 06 Dec 2013 14:37:54 +0000

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.8.2-1.dsc 1.2 KiB 9451d5fead68499682ff8a359a36dd62a89edb1b02457fca2ed55e2ff4a737fa
redis_2.8.2.orig.tar.gz 1020.6 KiB 8e46ab9916e308210255e33465f8021c6ebb1ff3f545cff141e36a9a10edaec7
redis_2.8.2-1.debian.tar.gz 20.9 KiB 112cc8a3195029b235912c160901e8579fbc1eb1ec4feea4606cf91994a498dc

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.

redis-tools: Persistent key-value database with network interface (client)

 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.
 .
 This package contains the command line client and other tools.