blob: 64f008b36b3cf052d9d5a3abd9b102518da39c46 (
plain)
1
2
3
4
5
6
7
8
|
hiredict (Minimalistic C client for Redict)
Hiredict is a minimalistic C client library for the Redict database.
This is a fork of hiredis, since Redis licence change.
It can install hiredis includes files, allowing it to be a drop-in
replacement for hiredis, by setting the environment variable:
INCLUDE_HIREDIS=ON
|