hiredis 1.2.0-6ubuntu1 source package in Ubuntu

Changelog

hiredis (1.2.0-6ubuntu1) noble; urgency=medium

  * d/p/sds_ppc64el_ftbfs.patch: Fix FTBFS on ppc64el (LP: #2049188)

 -- Mate Kukri <email address hidden>  Fri, 12 Jan 2024 09:27:18 +0000

Upload details

Uploaded by:
Mate Kukri
Sponsored by:
Simon Quigley
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.orig.tar.gz 123.3 KiB 82ad632d31ee05da13b537c124f819eb88e18851d9cb0c30ae0552084811588c
hiredis_1.2.0-6ubuntu1.debian.tar.xz 10.2 KiB 2a02c41fa8c7c70e0ab1e0202b74e647e447b05152a20478648a6a663c805eba
hiredis_1.2.0-6ubuntu1.dsc 2.1 KiB 156d1403716a372a37cfbc5e862ceeafe81b132521657f09c27fb277eef04abe

View changes file

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