You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TinyRedis is a minimal, drop-in Redis replacement built in Go. It speaks the RESP protocol, so it works seamlessly with any Redis client, including redis-cli.
Start storage engine
go run main.go
Connect with redis-cli
redis-cli -h 127.0.0.1 -p 8379
About
Minimal, drop-in Redis replacement built in Go. It speaks the RESP protocol, so it works seamlessly with any Redis client, including Redis-cli.