hiredis 0.14.0-4 source package in Ubuntu
Changelog
hiredis (0.14.0-4) unstable; urgency=medium * Drop call to --dbgsym-migration as the version is now satisfiable in the current stable release. * Drop versioned Build-Dependency on redis-server for version uploaded in 2011. * Add a gbp.conf and gitlab-ci.yml. * Specify "Rules-Requires-Root: no". * Bump Standards-Version to 4.4.1. * Bump debhelper compatibility level to 12. -- Chris Lamb <email address hidden> Mon, 28 Oct 2019 21:24:02 +0000
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
hiredis_0.14.0-4.dsc | 2.0 KiB | 30ffab04582c52cc60e7669349459e8a81a6292025785292033869a066d07e6d |
hiredis_0.14.0.orig.tar.gz | 61.6 KiB | 042f965e182b80693015839a9d0278ae73fae5d5d09d8bf6d0e6a39a8c4393bd |
hiredis_0.14.0-4.debian.tar.xz | 8.5 KiB | c96a3118213e03695854878e521de42352a02045461f0a2bd98dac628c8ee427 |
Available diffs
- diff from 0.14.0-3 to 0.14.0-4 (1.0 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