Add compilation of c files

This commit is contained in:
Don Brown
2014-01-27 22:58:22 -07:00
parent e73f73d81e
commit ba0c77744d
16 changed files with 5288 additions and 9 deletions

View File

@@ -15,6 +15,18 @@ Docs and examples
=================
There are some examples in the *examples/* directory.
Features
========
- Works for the asyncio (PEP3156) event loop
- No dependencies
- Connection pooling
- Automatic conversion from unicode (Python) to bytes (inside Redis.)
- Bytes and str protocols.
- Completely tested
- Blocking calls and transactions supported
- Streaming of some multi bulk replies
- Pubsub support
Credits
=======
Thanks to (in no particular order):