Skip to content

SangharshSeth/Redis-GO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis-GO

A Lightweight Redis Implementation in Go with concurrency.

Supported

  1. PING
  2. GET
  3. SET
  4. DEL (Development Going on)

RoadMap

  1. Hash Operations
  2. Sorting
  3. Message Broker