Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 493 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 493 Bytes

HIREDIS

Hiredis is a minimalistic C client library for the Redis database.

This repository holds D binding for Hiredis. It conforms with D-Programming-Deimos conventions, and is supposed to be one to one translation to its C code.

I'm also developing a higher level library called dredis on top of hiredis, which is similar to its Java binding Jedis.