Skip to content

btwkevin/minikv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple Redis-like TCP Server

A minimal in-memory key-value store built in Node.js using TCP sockets — inspired by Redis.
Supports basic commands: SET, GET, and DEL.

Features

  • Store values with SET key value
  • Retrieve values with GET key
  • Delete values with DEL key
  • Simple TCP protocol

About

A simple in-memory key-value store in Node.js using TCP sockets, inspired by Redis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published