redis 4:4.0.2-9 source package in Ubuntu
Changelog
redis (4:4.0.2-9) unstable; urgency=medium * Also update aof.c for MAXPATHLEN issues. (Closes: #881684) -- Chris Lamb <email address hidden> Thu, 16 Nov 2017 10:21:37 +0900
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
redis_4.0.2-9.dsc | 2.0 KiB | cfbbf363fa809d64cb5202192bd525885dc974b7eeb91fe53d51439d6dda37c6 |
redis_4.0.2.orig.tar.gz | 1.6 MiB | b1a0915dbc91b979d06df1977fe594c3fa9b189f1f3d38743a2948c9f7634813 |
redis_4.0.2-9.debian.tar.xz | 23.1 KiB | e94c8bf24c9135af349ced80f8012689f08d7a54a91656a6d1d014f496d3502b |
Available diffs
- diff from 4:4.0.2-6 to 4:4.0.2-9 (3.8 KiB)
- diff from 4:4.0.2-8 to 4:4.0.2-9 (1.1 KiB)
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