redis 4:4.0.2-8 source package in Ubuntu

Changelog

redis (4:4.0.2-8) unstable; urgency=medium

  * Use get_current_dir_name over PATHMAX, etc. (Closes: #881684)
  * Don't rely on taskset existing for kFreeBSD-*. (Closes: #881683)
  * Drop "memory efficiency" tests on advice from upstream. (Closes: #881682)
  * Correct BSD-3-clause -> BSD-2-clause for Marc Alexander Lehmann's
    attribution in debian/copyright.
  * Let package be bin-NMUable.

 -- Chris Lamb <email address hidden>  Thu, 16 Nov 2017 03:50:00 +0900

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.2-8.dsc 2.0 KiB a4ad4d82578e2b16bec142b7d184e0be0e2325730431f5e3649824a4c4656e06
redis_4.0.2.orig.tar.gz 1.6 MiB b1a0915dbc91b979d06df1977fe594c3fa9b189f1f3d38743a2948c9f7634813
redis_4.0.2-8.debian.tar.xz 22.8 KiB 7aff7080ea03c41d47d9f91911303e118ca811b1f3c00791d269d1d9c4328bf0

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