Skip to content

Commit

Permalink
Change README to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaopuming committed Jan 6, 2012
1 parent afa2c39 commit ce820a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file removed README
Empty file.
7 changes: 7 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
# HIREDIS

[Hiredis](https://github.com/antirez/hiredis/) is a minimalistic C client library for the [Redis](http://redis.io/) 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](https://github.com/zhaopuming/dredis) on top of hiredis, which is similar to its Java binding [Jedis](https://github.com/xetorthio/jedis).

0 comments on commit ce820a4

Please sign in to comment.