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)
- Host: GitHub
- URL: https://github.com/tailhook/rotor-redis
- Owner: tailhook
- License: apache-2.0
- Created: 2016-03-28T19:56:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T22:40:33.000Z (almost 10 years ago)
- Last Synced: 2025-03-21T10:24:42.521Z (11 months ago)
- Language: Rust
- Size: 2.55 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE-APACHE
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