This is a simple implementation of a redis server written in Golang.
- - supports basic RESP data types: simple and bulk strings, integers, arrays, simple errors & null
- - supports basic commands - GET, SET & PING
- - data is persisted on a single file (append-only file) and loaded on boot
Keywords
web development
golang
server
redis
tech