Skip to content

arkdev9/proto-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is an experimental implementation of the basic functionalities of Redis. Created by following along with this project spec: https://playbook.one2n.in/key-value-db-redis-in-go

Usage

Limits:

  • Database total size (computed as sum of all values in data map)
    • 512MB
  • Variable limit
    • 10MB

About

An incomplete and inefficient version of Redis written in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages