An open API service indexing awesome lists of open source software.

https://github.com/tailhook/rotor-redis

Redis implementation for rotor library (using mio in Rust language)
https://github.com/tailhook/rotor-redis

Last synced: 6 months ago
JSON representation

Redis implementation for rotor library (using mio in Rust language)

Awesome Lists containing this project

README

          

===========
Rotor Redis
===========

:Status: Proof of Concept
:Documentation: http://tailhook.github.io/rotor-redis/

The redis protocol implementation based on mio_ and rotor_.

.. _mio: https://crates.io/crates/mio
.. _rotor: https://github.com/tailhook/rotor

Examples
--------

You can find some examples in the `examples folder`_.

.. _examples folder: https://github.com/tailhook/rotor-redis/tree/master/examples