Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 282 Bytes

File metadata and controls

10 lines (7 loc) · 282 Bytes

Gopher_store

A simple kv store based on the RESP protocol implemented in Go! Fully compatible with the redis-cli. Supports simple GET and SET operations for now.

Benchmarks

Benchmark

TODO:

  • Implement suppot for more commands: such as HSET etc