./databases/hiredis, Minimalistic C client library for the Redis database

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.0, Package name: hiredis-1.3.0, Maintainer: wiedi

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.


Master sites:

Filesize: 121.106 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-29 11:28:37 by Thomas Klausner | Files touched by this commit (1)
Log message:
hiredis: add missing file to PLIST
   2025-04-28 21:39:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
hiredis: updated to 1.3.0

1.3.0

Changes

Change the version of the library to 1.3
Use GitHub Releases to track changelogs
Update minimum CMake version to 3.7
Make test.sh use REDIS_SERVER everywhere
Test for both EAGAIN and EINPROGRESS for AF_UNIX sockets.
Fix timing based macOS CI failure.
CentOS 7 is EOL
Clarify macos adapter and example license.
Only override context read/write funcs on SSL_connect success.
Remove dead assignment in sdstrim.
Fix memory leak.

New Features

Add support of RESP3 attribute type
Make redisEnableKeepAlive a no-op on AF_UNIX connections.

Bug Fixes

Retry poll(2) if we are intterupted.

Maintenance

Fix OPENSSL_IS_BORINGSSL define check on windows
Remove format_command_fuzzer.c
Makefile: correctly handle version suffixes on macOS
Do not explicitly initialize openSSL in newer versions
Update old link for modules-api-ref.md
fix: typos
[cmake] Fix cmake options position to support cmake toolchain
CMakeList: add option to not install NuGet packaging
Fix macOS and FreeBSD CI runners.
Integrating spellcheck into CI
Add a panic helper for non-assert aborts.
Document poll(2) logic changes.
Fix a false positive warning of gcc 12+ -Werror=maybe-uninitialized
Allow disabling the -Werror flag.
Bump development SONAME.
   2023-07-17 21:37:34 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
hiredis: updated to 1.2.0

v1.2.0 with with new adapters, and a great many bug fixes.

🚀 New Features

- Add sdevent adapter @Oipo
- Allow specifying the keepalive interval @michael-grunder
- Add RedisModule adapter @tezc
- Helper for setting TCP_USER_TIMEOUT socket option @zuiderkwast

🐛 Bug Fixes

- Fix a typo in b6a052f. @yossigo
- Fix wincrypt symbols conflict @hudayou
- Don't attempt to set a timeout if we are in an error state. @michael-grunder
- Accept -nan per the RESP3 spec recommendation. @michael-grunder
- Fix colliding option values @zuiderkwast
- Ensure functionality without `_MSC_VER` definition @windyakin

🧰 Maintenance

- Add a test for the TCP_USER_TIMEOUT option. @michael-grunder
- Add -Werror as a default. @yossigo
- CI: Update homebrew Redis version. @yossigo
- Fix typo in makefile. @michael-grunder
- Write a version file for the CMake package @Neverlord
- CMakeLists.txt: respect BUILD_SHARED_LIBS @ffontaine
- Cmake static or shared @autoantwort
- fix typo @tillkruss
- Add a test ensuring we don't clobber connection error. @michael-grunder
- Search for openssl on macOS @michael-grunder
   2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103)
Log message:
*: convert to cmake/build.mk
   2022-11-25 11:40:35 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
hiredis: updated to 1.1.0

1.1.0

🐛 Bug Fixes

Add support for nan in RESP3 double

🧰 Maintenance

Add an example that calls redisCommandArgv
fix flag reference
Make freeing a NULL redisAsyncContext a no-op.
CI updates
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-08 08:46:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
hiredis: updated to 1.0.2

1.0.2:
Announcing Hiredis v1.0.2, which fixes CVE-2021-32765 but returns the SONAME to \ 
the correct value of 1.0.0.
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes