Skip to content

a-samir97/golang-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is the project ?

  • Building Redis database using Golang

Objectives

  • Learn more about Redis Internals
  • Learn and get famillar with Golang

Working Commands

  • PING -> PONG
  • SET name ahmed -> OK
  • GET name -> ahmed
  • HSET users num_1 ahmed -> OK
  • HGET users num_1 -> ahmed
  • HGETALL users -> ahmed

How to run the project ?

  • go run *.go to run redis server
  • redis-cli to run redis client (here you put your commands)

Tools

  • Golang
  • Redis client

References:

About

Building Redis database using Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages