hiredis 0.13.3-2.1 source package in Ubuntu

Changelog

hiredis (0.13.3-2.1) unstable; urgency=medium

  [ Manuel A. Fernandez Montecelo ]
  * Non-maintainer upload.

  [ Helmut Grohne ]
  * Fix FTCBFS: Honour DEB_BUILD_OPTIONS=nocheck (Closes: #878474)

 -- Manuel A. Fernandez Montecelo <email address hidden>  Sun, 19 Nov 2017 23:38:03 +0100

Upload details

Uploaded by:
Tom Lee
Uploaded to:
Sid
Original maintainer:
Tom Lee
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
hiredis_0.13.3-2.1.dsc 2.0 KiB e7d50ac735ebad0aaff135f0e3ce3861f462baef44095ee0cc3c9c65e3023fb0
hiredis_0.13.3.orig.tar.gz 56.9 KiB 717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78
hiredis_0.13.3-2.1.debian.tar.xz 8.5 KiB e0519e723ea99b26f65d0415eed187d57459610e8578b85f1228fc8b3f54acf2

Available diffs

No changes file available.

Binary packages built by this source

libhiredis-dbg: No summary available for libhiredis-dbg in ubuntu bionic.

No description available for libhiredis-dbg in ubuntu bionic.

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.13: 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.