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.