Skip to content

dyxgou/redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Redis

This is a Redis clone made by me using the Redis RESP (Request-Response Protocol) article made by Redis itself.

This proyect contains:

  • Redis Server
  • Redis Client
  • Redis Parser

How to install:

  1. Clone this project.
$ git clone https://github.com/dyxgou/redis
  1. Compile and execute the redis server.
$ make server
  1. Compile and execute the redis client.
$ make client

About

This is a redis clone made in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published