Add hiredis projects
This commit is contained in:
parent
d36affe8b2
commit
d8e616c8a0
|
@ -6,7 +6,7 @@ title: about
|
||||||
23 years old,
|
23 years old,
|
||||||
studying at [RWTH Aachen](http://www.rwth-aachen.de/), working for
|
studying at [RWTH Aachen](http://www.rwth-aachen.de/), working for
|
||||||
[grandcentrix](https://www.grandcentrix.net/), programming a lot of
|
[grandcentrix](https://www.grandcentrix.net/), programming a lot of
|
||||||
[ruby](http://www.ruby-lang.org/en/) and [node.js](http://nodejs.org/) stuff.
|
[ruby](http://www.ruby-lang.org/en/) and [node.js](http://nodejs.org/) stuff, and lately some [Rust](http://www.rust-lang.org/).
|
||||||
|
|
||||||
## // links
|
## // links
|
||||||
|
|
||||||
|
@ -19,6 +19,8 @@ studying at [RWTH Aachen](http://www.rwth-aachen.de/), working for
|
||||||
* [try.redis.io](http://try.redis.io) - Online Redis REPL.
|
* [try.redis.io](http://try.redis.io) - Online Redis REPL.
|
||||||
* [badbill](https://github.com/badboy/badbill) - A client for the [Billomat](http://www.billomat.com/en/api/) API
|
* [badbill](https://github.com/badboy/badbill) - A client for the [Billomat](http://www.billomat.com/en/api/) API
|
||||||
* [Redis FAQ](/redis-faq/) - an unofficial Redis FAQ with user questions
|
* [Redis FAQ](/redis-faq/) - an unofficial Redis FAQ with user questions
|
||||||
|
* [rdb-rs](http://rdb.fnordig.de/) - fast and efficient RDB parsing utility, including full documentation on the RDB file format
|
||||||
|
* [hiredis](https://github.com/redis/hiredis) - the minimalistic C client for Redis, as well as wrapper libraries: [hiredis-rb](https://github.com/redis/hiredis-rb/) ([gem](https://rubygems.org/gems/hiredis)), [hiredis-node](https://github.com/redis/hiredis-node) ([npm](https://www.npmjs.com/package/hiredis)), [hiredis-py](https://github.com/redis/hiredis-py) ([pypi](https://pypi.python.org/pypi/hiredis/))
|
||||||
|
|
||||||
## // talks
|
## // talks
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue