Skip to content

Trying to build and implement certain features of Redis using golang

Notifications You must be signed in to change notification settings

rghdrizzle/Redis-Server-usingGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis-using-go

Installation

To install this redis-server, follow the steps below:

Prerequisites

  • Go programming language version 1.19 or higher.

install

$git clone https://github.com/rghdrizzle/Redis-Server-usingGo.git

build executable

$go build -o redis-server.exe app/*.go

run executable

$./redis-server

Links used to understand how Redis functions:

About

Trying to build and implement certain features of Redis using golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages