issues
search
ndelvalle
/
rustdis
Partial Redis server implementation using Rust for learning purposes.
https://docs.rs/rustdis
2
stars
0
forks
source link
Implement dummy INFO cmd
#10
Closed
ndelvalle
closed
8 months ago
ndelvalle
commented
8 months ago
This PR adds
Implements dummy INFO cmd. Apparently this is required by my GUI Redis client to connect to a server.
Move each cmd to its own folder
Listen and apply frames/commands on a loop
Basic "OK" response for each command
This PR adds