Skip to content

ImadNait/Cache-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache Service

A service that temporarily stores data in memory for fast access

Features

  • Store & Retrieve: Save data with a key and get it back quickly
  • TTL (Time To Live): Data automatically expires after set time
  • Statistics: Track cache hits/misses

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.42. Bun is a fast all-in-one JavaScript runtime.

About

a memory cache service using Bun, Elysia and Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published