/godb

An in-memory key/value datastore powered by the Redis Serialization Protocol.

Primary LanguageGo

GoDB

GoDB is a learning project that implements a simple in-memory key/value datastore that is powered by the Redis Serialization Protocol.

Learning Goals

Features

The following commands are implemented and can be triggered using the redis-cli.

SET key value

GET key

DEL key