Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/mini-redis

Incomplete Redis client and server implementation using Tokio - for learning purposes only
https://github.com/tokio-rs/mini-redis

Remove unnecessary allocations

taiki-e opened this pull request over 4 years ago
typo fix

guanqun opened this pull request over 4 years ago
Update Cargo.toml to change `cli` and `server` binary names

avinassh opened this pull request over 4 years ago
Update Tokio to 0.2.21

Darksonn opened this pull request over 4 years ago
Add explicit notify_sender drop

leshow opened this pull request over 4 years ago
rename bins

carllerche opened this pull request over 4 years ago
remove accidental Tokio 0.1 dependency

carllerche opened this pull request over 4 years ago
Prepare v0.1.0 release

carllerche opened this pull request over 4 years ago
use structopt instead of Clap

carllerche opened this pull request over 4 years ago
use a released version of Tokio

carllerche opened this pull request over 4 years ago
server close connections actively

icodinglife opened this pull request over 4 years ago
Apparent memory leak of spawned tasks

jebrosen opened this issue over 4 years ago
add readme and license

carllerche opened this pull request over 4 years ago
fix test broken by merge

carllerche opened this pull request over 4 years ago
add server pub/sub tests, fix pub/sub response

carllerche opened this pull request over 4 years ago
- add unknown commands handling without breaking client connection

jxs opened this pull request over 4 years ago
add initial client tests

jxs opened this pull request over 4 years ago
add hello world example

jxs opened this pull request over 4 years ago
write server test

carllerche opened this pull request over 4 years ago
chore: remove `dump.rdb`

carllerche opened this pull request over 4 years ago
apply client/cli polish

carllerche opened this pull request over 4 years ago
server: implement key expiration

carllerche opened this pull request over 4 years ago
chore: add heading to readme

EverlastingBugstopper opened this pull request almost 5 years ago
implement client set

EverlastingBugstopper opened this pull request almost 5 years ago
[cli] Implement simple string replies

EverlastingBugstopper opened this issue almost 5 years ago
feat: adds trace events to server

EverlastingBugstopper opened this pull request almost 5 years ago
adds cli for server/client

EverlastingBugstopper opened this pull request almost 5 years ago