redis 4:4.0.2-7 source package in Ubuntu
Changelog
redis (4:4.0.2-7) unstable; urgency=medium * Add a "redis" metapackage. (Closes: #876475) * Drop conditionally exporting FORCE_LIBC_MALLOC; upstreamed since 2.6.0-1. -- Chris Lamb <email address hidden> Sun, 12 Nov 2017 08:54:24 +0000
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
redis_4.0.2-7.dsc | 2.0 KiB | 42d2494ba623e5a295dd3f11125e6a7221f6ad6fce7aadbe201517ab7071bb70 |
redis_4.0.2.orig.tar.gz | 1.6 MiB | b1a0915dbc91b979d06df1977fe594c3fa9b189f1f3d38743a2948c9f7634813 |
redis_4.0.2-7.debian.tar.xz | 21.9 KiB | 547d31bcaac94b8252e401f41abec75556b90f107808d66d9d1be058d2fd6b7a |
Available diffs
- diff from 4:4.0.2-6 to 4:4.0.2-7 (935 bytes)
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