redis 5:4.0.6-2 source package in Ubuntu

Changelog

redis (5:4.0.6-2) unstable; urgency=medium

  * Replace redis-sentinel's main dependency with redis-tools from
    redis-server, necessarily moving the creating/deletion of the "redis" user
    and associated data and log directories to redis-tools. (Closes: #884321)
  * Add stub manpages for redis-sentinel, redis-check-aof and redis-check-rdb.
  * Bump Standards-Version to 4.1.2.

 -- Chris Lamb <email address hidden>  Thu, 14 Dec 2017 10:08:30 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
redis_4.0.6-2.dsc 2.0 KiB 2415d9b59c85ad0243110320168623006523bdfd25277e44a639ec7a107da8f6
redis_4.0.6.orig.tar.gz 1.6 MiB 769b5d69ec237c3e0481a262ff5306ce30db9b5c8ceb14d1023491ca7be5f6fa
redis_4.0.6-2.debian.tar.xz 22.7 KiB 7b9826c3b9658cec6f64eef8ec4e94ecd14268e78eab19968846f81395f25cec

Available diffs

No changes file available.

Binary packages built by this source

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

 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.
 .
 This package depends on the redis-server package.

redis-sentinel: Persistent key-value database with network interface (monitoring)

 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 Redis Sentinel monitoring software.

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.

redis-tools-dbgsym: debug symbols for redis-tools