Skip to content

gertanoh/redis-lite-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis-Lite Server

Introduction

Golang implementation of Redis like (redis-lite server) with AOF persistence. Working server with a few commands.

Features

  • Lightweight implementation of Redis protocol.
  • Commands : PING, COMMAND, ECHO, SET, GET, EXISTS, INCR, DEL

Getting Started

Installation

git clone https://github.com/gertanoh/redis-lite-go.git
cd redis-lite
go run .

Next Tasks

[ ] Implement AOF (Append Only File) Rewriting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published