Skip to content

alphashuro/redis-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my implmentation of the Code Crafters "Build Your Own Redis" Challenge.

It's a toy Redis clone that's capable of handling basic commands like PING, ECHO, SET (with expiration) and GET. I implemented a thread pool for handling concurrent requests, used a hash-map for the in-memory store.

About

A Redis server implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •