Redis built from scratch in Go.
Source Code#
harisheoran/redis-go
Redis built from scratch in Go.
Go
1
0
Workflow#
Features#
RESP Protocol Support:#
Fully implemented the Redis Serialization Protocol (RESP)
,
supporting both reading and writing.
Core Commands:#
Currently supports essential Redis commands, including GET
, SET
, ECHO
, and PING
.
Passive Expiry:#
Implements Redis’ passive expiry mechanism, ensuring automatic removal of expired keys upon access.
Persistence with RDB:#
Supports Redis Database (RDB)
persistence for data persistence.
Currently this project is in progeress…