Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godis

A Redis-compatible in-memory key-value store written in Go.

Features

  • RESP protocol parsing and serialization
  • Concurrency-safe storage
  • Pluggable command dispatch (add a command in one line)

Supported commands: SET, GET, DEL, EXISTS, PING, ECHO

Get Started

go run ./cmd/server

The server listens on :6379 by default.

About

A Redis-compatible in-memory key-value store written in Go.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages