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
Best way to write recursive Array Frames to the socket?
louismlb opened this issue 2 months ago
louismlb opened this issue 2 months ago
failed to load macro
dengyunsheng250 opened this issue 5 months ago
dengyunsheng250 opened this issue 5 months ago
Remove unnecessary custom clap value parser
tottoto opened this pull request 5 months ago
tottoto opened this pull request 5 months ago
I wrote some client and server test example to solve the issue:Write…
kzchenguanzhou opened this pull request 5 months ago
kzchenguanzhou opened this pull request 5 months ago
Fix typos
jayvdb opened this pull request 6 months ago
jayvdb opened this pull request 6 months ago
Release
jayvdb opened this issue 6 months ago
jayvdb opened this issue 6 months ago
Update db.rs
bn-l opened this pull request 6 months ago
bn-l opened this pull request 6 months ago
dtrace user stacks not generating
jbcurtin opened this issue 8 months ago
jbcurtin opened this issue 8 months ago
Why itparsing is set to fail when frame is not array?
IvanovOleg opened this issue 9 months ago
IvanovOleg opened this issue 9 months ago
Bump mio from 0.8.8 to 0.8.11
dependabot[bot] opened this pull request 10 months ago
dependabot[bot] opened this pull request 10 months ago
fix: update aws-xray example link for x-amzn-trace-id
dimbtp opened this pull request 10 months ago
dimbtp opened this pull request 10 months ago
chore: update actions/checkout and replace unmaintained actions-rs/cargo
taiki-e opened this pull request 12 months ago
taiki-e opened this pull request 12 months ago
fix: expiration bug
qyuzh opened this pull request about 1 year ago
qyuzh opened this pull request about 1 year ago
theoretically bug in db.set method?
qyuzh opened this issue about 1 year ago
qyuzh opened this issue about 1 year ago
Fails when install mini-redis with the latest rustc version
dengyunsheng250 opened this issue about 1 year ago
dengyunsheng250 opened this issue about 1 year ago
panic in VSCode terminal
1oglop1 opened this issue over 1 year ago
1oglop1 opened this issue over 1 year ago
Update to tracing-opentelemetry 0.21.0
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
Update clap deprecated api
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
Update to opentelemetry 0.20.0
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
Remove unnecessary clone in tests/client
chienguo opened this pull request over 1 year ago
chienguo opened this pull request over 1 year ago
fix: Frame::Array display
logan-xyz opened this pull request over 1 year ago
logan-xyz opened this pull request over 1 year ago
The `Frame::Integer` should be signed 64-bit integer
wuhaiji opened this issue over 1 year ago
wuhaiji opened this issue over 1 year ago
Update to opentelemetry 0.19.0
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
Remove unused rand dependency
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
Update to clap 4.2.7
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
Update to atoi 2.0.0
tottoto opened this pull request over 1 year ago
tottoto opened this pull request over 1 year ago
Replace BTreeMap by BTreeSet and remove id form Entry
robatipoor opened this pull request over 1 year ago
robatipoor opened this pull request over 1 year ago
fix: Update README.md and fix invalid link
liukun4515 opened this pull request over 1 year ago
liukun4515 opened this pull request over 1 year ago
Update connection.rs
juliankock opened this pull request over 1 year ago
juliankock opened this pull request over 1 year ago
Using BTreeSet instead of BTreemap
robatipoor opened this issue over 1 year ago
robatipoor opened this issue over 1 year ago
collect all clients to one single folder
Sunt-ing opened this pull request over 1 year ago
Sunt-ing opened this pull request over 1 year ago
Add doc about Ping cmd to README, change the internal data type of Ping cmd to Bytes, and rm unnecessary reference
Sunt-ing opened this pull request over 1 year ago
Sunt-ing opened this pull request over 1 year ago
Remove unnecessary parameter passing and space
Sunt-ing opened this pull request almost 2 years ago
Sunt-ing opened this pull request almost 2 years ago
Fix set expire (replace push_integer by push_bulk)
YunoL opened this pull request almost 2 years ago
YunoL opened this pull request almost 2 years ago
why is `frame` serialized to string should be removed the first element?
JimChenWYU opened this issue almost 2 years ago
JimChenWYU opened this issue almost 2 years ago
Benches for mini-redis
edulix opened this issue almost 2 years ago
edulix opened this issue almost 2 years ago
Add simulation testing via turmoil
LucioFranco opened this pull request almost 2 years ago
LucioFranco opened this pull request almost 2 years ago
Add turmoil based simulation support
LucioFranco opened this pull request almost 2 years ago
LucioFranco opened this pull request almost 2 years ago
Potential bug in read_frame if we receive 2 frames ready in the buffer?
hbina opened this issue about 2 years ago
hbina opened this issue about 2 years ago
feat: integrating tokio-console
yhio opened this pull request about 2 years ago
yhio opened this pull request about 2 years ago
fix typos
nomyfan opened this pull request over 2 years ago
nomyfan opened this pull request over 2 years ago
implement client ping
nomyfan opened this pull request over 2 years ago
nomyfan opened this pull request over 2 years ago
add rustfmt.toml && simplify PartialEq on str for Frame
zjp-CN opened this pull request over 2 years ago
zjp-CN opened this pull request over 2 years ago
update the `StreamMap` link in README
zjp-CN opened this pull request over 2 years ago
zjp-CN opened this pull request over 2 years ago
Removed redundant code
ashish173 opened this pull request over 2 years ago
ashish173 opened this pull request over 2 years ago
chore: update actions/checkout action to v3
taiki-e opened this pull request over 2 years ago
taiki-e opened this pull request over 2 years ago
Fix tiny typo in server.rs
shomitarai opened this pull request over 2 years ago
shomitarai opened this pull request over 2 years ago
chore: update Cargo.lock
Darksonn opened this pull request over 2 years ago
Darksonn opened this pull request over 2 years ago
The `chat` example is empty
ClementNerma opened this issue over 2 years ago
ClementNerma opened this issue over 2 years ago
refactor: use `OwnedSemaphore` for connection limiting
vilgotf opened this pull request over 2 years ago
vilgotf opened this pull request over 2 years ago
chore: remove duplicate cfg line and comment
bryangarza opened this pull request over 2 years ago
bryangarza opened this pull request over 2 years ago
Replace `structopt` with `clap`
palango opened this pull request over 2 years ago
palango opened this pull request over 2 years ago
Add additional `tracing` instrumentation.
jswrenn opened this pull request over 2 years ago
jswrenn opened this pull request over 2 years ago
Add (optional) OpenTelemetry + Xray integration (#95)
bryangarza opened this pull request over 2 years ago
bryangarza opened this pull request over 2 years ago
Add (optional) OpenTelemetry + Xray integration
bryangarza opened this issue over 2 years ago
bryangarza opened this issue over 2 years ago
bug in implementation of display for frame
YumcoderCom opened this issue over 2 years ago
YumcoderCom opened this issue over 2 years ago
Fails with Latest Rust
Lazarus404 opened this issue over 2 years ago
Lazarus404 opened this issue over 2 years ago
Remove unused import
Tony-X opened this pull request almost 3 years ago
Tony-X opened this pull request almost 3 years ago
add pub/sub cli
microyahoo opened this pull request almost 3 years ago
microyahoo opened this pull request almost 3 years ago
support PING command for easy testing
tisonkun opened this pull request almost 3 years ago
tisonkun opened this pull request almost 3 years ago
Remove `shutdown_complete_rx` from the Listner
Aklenor opened this pull request about 3 years ago
Aklenor opened this pull request about 3 years ago
Question: `shutdown_complete_rx` never used in the `Listner`
Aklenor opened this issue about 3 years ago
Aklenor opened this issue about 3 years ago
updates?
adsick opened this issue about 3 years ago
adsick opened this issue about 3 years ago
Confusing use of `notify`
bbros-dev opened this issue over 3 years ago
bbros-dev opened this issue over 3 years ago
notify the background worker if the latest to-expire key is dropped
sum12 opened this pull request over 3 years ago
sum12 opened this pull request over 3 years ago
how to config memory to be used?
hiqsociety opened this issue over 3 years ago
hiqsociety opened this issue over 3 years ago
why so slow compared with redis?
hiqsociety opened this issue over 3 years ago
hiqsociety opened this issue over 3 years ago
The server test key_value_timeout has a race condition causing hang
Hodkinson opened this issue over 3 years ago
Hodkinson opened this issue over 3 years ago
Replace Db Drop impl which shuts down purge task, with explicit shutdown signal
Hodkinson opened this pull request over 3 years ago
Hodkinson opened this pull request over 3 years ago
Update versions in Cargo.lock
Darksonn opened this pull request over 3 years ago
Darksonn opened this pull request over 3 years ago
chore: prepare mini-redis v0.4.1
Darksonn opened this pull request over 3 years ago
Darksonn opened this pull request over 3 years ago
Any plan to support raft to make mini-redis become a distributed system?
iamazy opened this issue over 3 years ago
iamazy opened this issue over 3 years ago
Add blocking client
Darksonn opened this pull request over 3 years ago
Darksonn opened this pull request over 3 years ago
Race condition in Drop of Db
Darksonn opened this issue over 3 years ago
Darksonn opened this issue over 3 years ago
Bug: Cannot move variable from getter
navid-kalaei opened this issue almost 4 years ago
navid-kalaei opened this issue almost 4 years ago
Suggestion: logging option for `mini-redis-server` command
kination opened this issue almost 4 years ago
kination opened this issue almost 4 years ago
Update write_decimal max string length
Darksonn opened this pull request almost 4 years ago
Darksonn opened this pull request almost 4 years ago
Fix expiration and upppercase check
gallir opened this pull request almost 4 years ago
gallir opened this pull request almost 4 years ago
Updates cargo run command in examples
mdaverde opened this pull request almost 4 years ago
mdaverde opened this pull request almost 4 years ago
chore: update to Tokio 1.0
carllerche opened this pull request about 4 years ago
carllerche opened this pull request about 4 years ago
Update async-stream to 0.3.0
taiki-e opened this pull request about 4 years ago
taiki-e opened this pull request about 4 years ago
Remove note about AsyncBufRead
Darksonn opened this pull request about 4 years ago
Darksonn opened this pull request about 4 years ago
Track Tokio v0.3 changes
carllerche opened this pull request about 4 years ago
carllerche opened this pull request about 4 years ago
Document some commands that would be good to experiment w/
carllerche opened this issue about 4 years ago
carllerche opened this issue about 4 years ago
Question: steps to production from this project
photoszzt opened this issue about 4 years ago
photoszzt opened this issue about 4 years ago
fix typo
happysalada opened this pull request about 4 years ago
happysalada opened this pull request about 4 years ago
Values inserted into State::pub_sub HashMap are never removed, leaky.
cheako opened this issue about 4 years ago
cheako opened this issue about 4 years ago
Reword disclaimer about production use
Darksonn opened this pull request over 4 years ago
Darksonn opened this pull request over 4 years ago
Re-export bytes crate?
0x6273 opened this issue over 4 years ago
0x6273 opened this issue over 4 years ago
prepare v0.2.0 release
carllerche opened this pull request over 4 years ago
carllerche opened this pull request over 4 years ago
make more types public
carllerche opened this pull request over 4 years ago
carllerche opened this pull request over 4 years ago
Split `Connection::read_frame` for readability
carllerche opened this pull request over 4 years ago
carllerche opened this pull request over 4 years ago
add a specific Command enum to buffer.rs
jxs opened this pull request over 4 years ago
jxs opened this pull request over 4 years ago
rename `pool` to `buffer`
carllerche opened this pull request over 4 years ago
carllerche opened this pull request over 4 years ago
make more APIs public
carllerche opened this pull request over 4 years ago
carllerche opened this pull request over 4 years ago
try to simplify Subscribe::apply
Darksonn opened this pull request over 4 years ago
Darksonn opened this pull request over 4 years ago
add initial connection pool
jxs opened this pull request over 4 years ago
jxs opened this pull request over 4 years ago
fix typo on Set command apply function: Get should be Set
jxs opened this pull request over 4 years ago
jxs opened this pull request over 4 years ago
fix broken sentence
Darksonn opened this pull request over 4 years ago
Darksonn opened this pull request over 4 years ago
Fix couple of typos
avinassh opened this pull request over 4 years ago
avinassh opened this pull request over 4 years ago