hiredis 0.14.1-4 source package in Ubuntu

Changelog

hiredis (0.14.1-4) unstable; urgency=medium

  [ Chris Lamb ]
  * Clean up dump.rdb after build. (Closes: #1047475)
  * Bump Standards-Version to 4.6.2.

  [ Debian Janitor ]
  * Update renamed lintian tag names in lintian overrides.
  * Update standards version to 4.6.1, no changes needed.

 -- Chris Lamb <email address hidden>  Thu, 24 Aug 2023 10:42:29 -0700

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_0.14.1-4.dsc 2.0 KiB 77914a0a010190355209be7ac61783a6184c9a0cc5227000b8b98771ebb0102f
hiredis_0.14.1.orig.tar.gz 62.9 KiB 2663b2aed9fd430507e30fc5e63274ee40cdd1a296026e22eafd7d99b01c8913
hiredis_0.14.1-4.debian.tar.xz 9.5 KiB c94934a4ef237e3d73447d6cdc020d17ac92d5d6d43c11470989dba66b693c8c

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.

libhiredis0.14: No summary available for libhiredis0.14 in ubuntu noble.

No description available for libhiredis0.14 in ubuntu noble.

libhiredis0.14-dbgsym: No summary available for libhiredis0.14-dbgsym in ubuntu noble.

No description available for libhiredis0.14-dbgsym in ubuntu noble.