Skip to content

dev-hack95/cachesqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cachesqlite

arch

Intro

  • CacheSQLite is a caching solution that merges the simplicity of SQLite with the efficiency of in-memory storage, akin to Redis. This project serves as a wrapper around SQLite, providing a robust system for managing string key-value pairs while integrating an inbuilt Time-To-Live (TTL) checker for automatic cache expiration. Built using CGo—a combination of C and Go leverages GCC compiler optimizations to enhance performance, making it an ideal choice for developers seeking a lightweight yet powerful caching mechanism.

  • Installation

go get github.com/dev-hack95/cachesqlite
  • Note: Currently helper package is working with gin/gonic framework but you can tweak the helper packge according your need of framework

About

A redis like storage system which is wrapped on sqlite in memory database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published