Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vbotka committed Jan 6, 2018
1 parent 88d88f1 commit a14389f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# redis-rb-examples
# redis-c-examples

![Build Status](https://readthedocs.org/projects/redis-c-examples/badge/?version=latest)

[Redis](https://redis.io/) is popular in-memory data structure store, used as a database, cache and message broker. [Hiredis](https://github.com/redis/hiredis) is a minimalistic C client library for the Redis database.

Intention of this documentation is to create examples how to use Hiredis. Latest compiled docs on Read The Docs [here](http://redis-c-examples.readthedocs.io/).
Intention of this documentation is to create examples how to use Hiredis.

Latest compiled docs on Read The Docs [here](http://redis-c-examples.readthedocs.io/).

License: Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)

0 comments on commit a14389f

Please sign in to comment.