hiredis 1.2.0-5 source package in Ubuntu

Changelog

hiredis (1.2.0-5) unstable; urgency=medium

  * Upload new version to unstable. (Closes: #1057975)
  * Update gbp.conf now that this is the unstable branch.

 -- Chris Lamb <email address hidden>  Thu, 04 Jan 2024 10:56:54 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
hiredis_1.2.0-5.dsc 2.0 KiB 6767f047b18bc14d66c66304c2ea1845cc09e05cad873cf422fe0a9980bdcdf7
hiredis_1.2.0.orig.tar.gz 123.3 KiB 82ad632d31ee05da13b537c124f819eb88e18851d9cb0c30ae0552084811588c
hiredis_1.2.0-5.debian.tar.xz 9.7 KiB bfbae82ad93f4391f6a5490367db89fcd303d6aa42247bbc974b30430f6ef42a

Available diffs

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.

libhiredis1.1.0: 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.

libhiredis1.1.0-dbgsym: debug symbols for libhiredis1.1.0