How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Hiredis is a minimalistic C client library designed to send commands and receive responses from Redis servers using a binary-safe protocol. It functions as a core toolkit providing a Redis protocol parser, a secure connector, and both synchronous and asynchronous driver interfaces. The library distinguishes itself through a decoupled protocol parser that converts raw byte streams into structured data objects independently of the network transport layer. It supports high-performance pipelining to batch multiple commands into a single network round-trip and provides a secure networking layer fo
ARCHIVED - libbson has moved to https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson
The Official MongoDB driver for C language
The main features of mongodb/mongo-c-driver are: Database Systems, Build Systems, Language Drivers.
Open-source alternatives to mongodb/mongo-c-driver include: redis/hiredis — Hiredis is a minimalistic C client library designed to send commands and receive responses from Redis servers using a… mongodb/mongo-cxx-driver — C++ Driver for MongoDB. mongodb/libbson — ARCHIVED - libbson has moved to https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson. adamierymenko/huffandpuff. alanxz/rabbitmq-c — RabbitMQ C client. akrylysov/pogreb — Embedded key-value store for read-heavy workloads written in Go.