redis 2:2.6.16-3 source package in Ubuntu

Changelog

redis (2:2.6.16-3) unstable; urgency=low


  * Add missing Replaces and Breaks to redis-tools. Thanks to Andreas Beckmann
    (anbe). (Closes: #723703)

 -- Chris Lamb <email address hidden>  Fri, 20 Sep 2013 14:35:24 +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.16-3.dsc 1.2 KiB c207fac6f21c464f3233b7673091f97c9b37642d1d1ade09d116c02379a43494
redis_2.6.16.orig.tar.gz 976.2 KiB 81490918dcf82d124b36e48b0a9911bfba3f13abba04d8c89820324eff7df03a
redis_2.6.16-3.debian.tar.gz 19.6 KiB 593f524bc3ea391b1b35b40c202ae92ad850bccba9594ad614464d577a86222e

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.