https://github.com/spacejam/tikv-client
TiKV client powered by Tokio
https://github.com/spacejam/tikv-client
Last synced: over 1 year ago
JSON representation
TiKV client powered by Tokio
- Host: GitHub
- URL: https://github.com/spacejam/tikv-client
- Owner: spacejam
- License: apache-2.0
- Created: 2016-08-12T14:17:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T14:34:59.000Z (almost 10 years ago)
- Last Synced: 2024-10-29T17:41:32.999Z (over 1 year ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Tokio Redis client
A Redis client built with Tokio.
**Status:** Proof of concept.
Most of the Redis specifics were lifted from https://github.com/mitsuhiko/redis-rs.
## License
Tokio is primarily distributed under the terms of both the MIT license
and the Apache License (Version 2.0), with portions covered by various
BSD-like licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.