https://github.com/luncher/rredis
redis server rust implement
https://github.com/luncher/rredis
redis rust
Last synced: 3 months ago
JSON representation
redis server rust implement
- Host: GitHub
- URL: https://github.com/luncher/rredis
- Owner: Luncher
- License: mit
- Created: 2018-03-27T07:11:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T07:25:32.000Z (about 7 years ago)
- Last Synced: 2025-01-13T04:41:32.490Z (4 months ago)
- Topics: redis, rust
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Todo List
+ 1. RESP Protocol
+ 2. List Data Structure
+ 3. String Data Structure
+ 4. Hash Data Structure
+ 5. Set Data Structure
+ 6. SortSet Data Structure
+ 7. AOF Backup
+ 8. SnapShot Backup
+ 9. I/O Multiplexing