issues
search
tokio-rs
/
mini-redis
Incomplete Redis client and server implementation using Tokio - for learning purposes only
MIT License
3.94k
stars
464
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Best way to write recursive Array Frames to the socket?
#149
louismlb
opened
1 week ago
1
failed to load macro
#148
dengyunsheng250
closed
2 months ago
1
Remove unnecessary custom clap value parser
#147
tottoto
closed
3 months ago
0
I wrote some client and server test example to solve the issue:Write…
#146
kzchenguanzhou
closed
2 months ago
1
Fix typos
#145
jayvdb
closed
4 months ago
0
Release
#144
jayvdb
opened
4 months ago
0
Update db.rs
#143
bn-l
closed
4 months ago
0
dtrace user stacks not generating
#142
jbcurtin
closed
6 months ago
1
Why itparsing is set to fail when frame is not array?
#141
IvanovOleg
closed
7 months ago
0
Bump mio from 0.8.8 to 0.8.11
#140
dependabot[bot]
closed
8 months ago
0
fix: update aws-xray example link for x-amzn-trace-id
#139
dimbtp
closed
8 months ago
1
chore: update actions/checkout and replace unmaintained actions-rs/cargo
#138
taiki-e
closed
8 months ago
1
fix: expiration bug
#137
qyuzh
closed
1 year ago
0
theoretically bug in db.set method?
#136
qyuzh
opened
1 year ago
2
Fails when install mini-redis with the latest rustc version
#135
dengyunsheng250
closed
1 year ago
1
panic in VSCode terminal
#134
1oglop1
opened
1 year ago
1
Update to tracing-opentelemetry 0.21.0
#133
tottoto
closed
1 year ago
0
Update clap deprecated api
#132
tottoto
closed
3 months ago
0
Update to opentelemetry 0.20.0
#131
tottoto
closed
1 year ago
0
Remove unnecessary clone in tests/client
#130
chienguo
closed
1 year ago
0
fix: Frame::Array display
#129
logan272
closed
1 year ago
0
The `Frame::Integer` should be signed 64-bit integer
#128
wuhaiji
opened
1 year ago
2
Update to opentelemetry 0.19.0
#127
tottoto
closed
1 year ago
0
Remove unused rand dependency
#126
tottoto
closed
1 year ago
0
Update to clap 4.2.7
#125
tottoto
closed
1 year ago
0
Update to atoi 2.0.0
#124
tottoto
closed
1 year ago
0
Replace BTreeMap by BTreeSet and remove id form Entry
#123
robatipoor
closed
1 year ago
2
fix: Update README.md and fix invalid link
#122
liukun4515
closed
1 year ago
0
Update connection.rs
#121
juliankock
closed
1 year ago
0
Using BTreeSet instead of BTreemap
#120
robatipoor
opened
1 year ago
1
collect all clients to one single folder
#119
Sunt-ing
closed
1 year ago
4
Add doc about Ping cmd to README, change the internal data type of Ping cmd to Bytes, and rm unnecessary reference
#118
Sunt-ing
closed
1 year ago
2
Remove unnecessary parameter passing and space
#117
Sunt-ing
closed
1 year ago
1
Fix set expire (replace push_integer by push_bulk)
#116
YunoL
opened
1 year ago
3
why is `frame` serialized to string should be removed the first element?
#115
JimChenWYU
closed
1 year ago
0
Benches for mini-redis
#114
edulix
opened
1 year ago
2
Add simulation testing via turmoil
#113
LucioFranco
opened
1 year ago
2
Add turmoil based simulation support
#112
LucioFranco
opened
1 year ago
0
Potential bug in read_frame if we receive 2 frames ready in the buffer?
#111
hbina
opened
1 year ago
1
feat: integrating tokio-console
#110
yhio
opened
2 years ago
0
fix typos
#109
nomyfan
closed
2 years ago
0
implement client ping
#108
nomyfan
closed
2 years ago
1
add rustfmt.toml && simplify PartialEq on str for Frame
#107
zjp-CN
opened
2 years ago
0
update the `StreamMap` link in README
#106
zjp-CN
closed
2 years ago
0
Removed redundant code
#105
ashish173
opened
2 years ago
1
chore: update actions/checkout action to v3
#104
taiki-e
closed
2 years ago
0
Fix tiny typo in server.rs
#103
shomitarai
closed
2 years ago
0
chore: update Cargo.lock
#102
Darksonn
closed
2 years ago
0
The `chat` example is empty
#101
ClementNerma
opened
2 years ago
2
refactor: use `OwnedSemaphore` for connection limiting
#100
vilgotf
closed
2 years ago
0
Next