Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seppo0010/rsedis
Redis re-implemented in Rust.
https://github.com/seppo0010/rsedis
Last synced: 1 day ago
JSON representation
Redis re-implemented in Rust.
- Host: GitHub
- URL: https://github.com/seppo0010/rsedis
- Owner: seppo0010
- License: bsd-2-clause
- Created: 2015-04-10T22:47:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T01:47:53.000Z (8 months ago)
- Last Synced: 2025-01-17T16:08:10.439Z (8 days ago)
- Language: Rust
- Homepage:
- Size: 901 KB
- Stars: 1,775
- Watchers: 45
- Forks: 118
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust - seppo0010/rsedis - ci.org/seppo0010/rsedis.svg?branch=master">](https://travis-ci.org/seppo0010/rsedis) (Applications / Database)
- awesome-rust - seppo0010/rsedis
- awesome-rust-zh - seppo0010/rsedis - Rust 中的 Redis 重新实现[<img src="https://api.travis-ci.org/seppo0010/rsedis.svg?branch=master">](https://travis-ci.org/seppo0010/rsedis) (应用 / 数据库)
- awesome-rust - seppo0010/rsedis - A Redis reimplementation. (Applications / Database)
- awesome-rust - seppo0010/rsedis - ci.org/seppo0010/rsedis.svg?branch=master">](https://travis-ci.org/seppo0010/rsedis) (应用 Applications / 数据库 Database)
- awesome-rust-cn - seppo0010/rsedis - ci.org/seppo0010/rsedis.svg?branch=master">](https://travis-ci.org/seppo0010/rsedis) (应用 / Database)
- fucking-awesome-rust - seppo0010/rsedis - A Redis reimplementation. (Applications / Database)
- fucking-awesome-rust - seppo0010/rsedis - A Redis reimplementation. (Applications / Database)
- awesome-rust-cn - seppo0010/rsedis
README
# rsedis
[![Build Status](https://travis-ci.org/seppo0010/rsedis.svg?branch=master)](https://travis-ci.org/seppo0010/rsedis)
[![Build status](https://ci.appveyor.com/api/projects/status/m9qeoc83m18q4656?svg=true)](https://ci.appveyor.com/project/seppo0011/rsedis)Redis re-implemented in Rust.
## Why?
To learn Rust.
## Use Cases
rsedis does not rely on UNIX-specific features. Windows users can run it as a
replacement of Redis.rsedis uses multiple threads which may be more useful in machines with multiple
cores.## Prerequisites
Rust nightly.
## Current Status
See [TODO.md](TODO.md).
## License
Copyright (c) 2015, Sebastian Waisbrot
All rights reserved.Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.