Skip to content

jurayev/redis-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis in Go

This project is for fun learning how to make a Redis clone which support basic command like GET, SET, PING and ECHO

Among the cool features covered:

  • WebSockets
  • Goroutines for serving multiple client
  • RESP protocol for message exchange
  • Redis client and server

Running local server is simple as bash spawn_redis_server.sh

Credits to CodeCrafters.io for the challenge idea

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •