From 3a54d2997a4b12c1e896a6dff5306719994ef423 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Tue, 29 Jul 2014 22:09:38 +0430 Subject: [PATCH] Hiredis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 053096b..b78c59f 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin *Database Libraries, SQL Servers, ODBC Drivers, and Tools* * [hiberlite](https://github.com/paulftw/hiberlite) - C++ Object-relational mapping for sqlite3. +* [Hiredis](https://github.com/redis/hiredis) - A minimalistic C client library for the Redis database. * [LMDB](http://symas.com/mdb/) - Very fast embedded key/value store with full ACID semantics. * [SQLite](http://www.sqlite.org/) - A completely embedded, full-featured relational database in a few 100k that you can include right into your project.