Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 532 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 532 Bytes

Scache

Scache is a simple caching system inspired by Redis, written in Go. It allows you to store and retrieve key-value pairs efficiently. This is intended for the educational purpose

Features

  • Set, get, and delete key-value pairs
  • Simple command-line interface
  • Inspired by Redis
  • Under development

Installation

To install Scache, follow these steps:

Download manually the scachev1.0.0.tar.gz in releases Unzip the .gz Move the scache executable to the /usr/local/bin Use scache in terminal to start server