hiredis 0.14.1-3 source package in Ubuntu
Changelog
hiredis (0.14.1-3) unstable; urgency=medium * Update test for Redis 7.x. (Closes: #1013615) * Update debian/gitlab-ci.yml. * Update debian/watch. -- Chris Lamb <email address hidden> Mon, 27 Jun 2022 11:58:00 +0100
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | libs | |
Lunar | release | universe | libs | |
Kinetic | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
hiredis_0.14.1-3.dsc | 2.0 KiB | 6dee69e4c29f8b71de5e4ac76d1f887a6c545bd49b6801bcf2c03b646c98a235 |
hiredis_0.14.1.orig.tar.gz | 62.9 KiB | 2663b2aed9fd430507e30fc5e63274ee40cdd1a296026e22eafd7d99b01c8913 |
hiredis_0.14.1-3.debian.tar.xz | 9.4 KiB | be4e12bce6df66cf42c98386d18b7df4841a499d85a1a9cb909cc9104184260d |
Available diffs
- diff from 0.14.1-2 to 0.14.1-3 (1.1 KiB)
No changes file available.
Binary packages built by this source
- libhiredis-dev: minimalistic C client library for Redis (development files)
Hiredis is a minimalistic C client library for the Redis database. It is
minimalistic because it just adds minimal support for the protocol, but
at the same time it uses an high level printf-alike API in order to make
it much higher level than otherwise suggested by its minimal code base
and the lack of explicit bindings for every Redis command.
.
Apart from supporting sending commands and receiving replies, it comes
with a reply parser that is decoupled from the I/O layer. It is a stream
parser designed for easy reusability, which can for instance be used in
higher level language bindings for efficient reply parsing.
.
Hiredis only supports the binary-safe Redis protocol, so you can use it
with any Redis version >= 1.2.0.
.
The library comes with multiple APIs. There is the synchronous API, the
asynchronous API and the reply parsing API.
.
This package provides the development files for hiredis.
- libhiredis0.14: minimalistic C client library for Redis
Hiredis is a minimalistic C client library for the Redis database. It is
minimalistic because it just adds minimal support for the protocol, but
at the same time it uses an high level printf-alike API in order to make
it much higher level than otherwise suggested by its minimal code base
and the lack of explicit bindings for every Redis command.
.
Apart from supporting sending commands and receiving replies, it comes
with a reply parser that is decoupled from the I/O layer. It is a stream
parser designed for easy reusability, which can for instance be used in
higher level language bindings for efficient reply parsing.
.
Hiredis only supports the binary-safe Redis protocol, so you can use it
with any Redis version >= 1.2.0.
.
The library comes with multiple APIs. There is the synchronous API, the
asynchronous API and the reply parsing API.
- libhiredis0.14-dbgsym: debug symbols for libhiredis0.14