Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 166 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 166 Bytes

my-redis-go

A simple Redis like in memory KV Store in Golang that can be accessed via Redis client.

Inspired by Arpit Bhayani's course Redis Internals and DiceDB