Skip to content

Distributed cache written in Go, inspired in Memcached.

Notifications You must be signed in to change notification settings

joaovictorsl/dcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dcache

A Caching system inspired in Memcached
This is a personal project I used to understand more about TCP connections, application level protocols and cache, that's why Dcache has its own protocol and does not support Memcached protocol.

Install

  go get github.com/joaovictorsl/dcache

Usage

Check the examples repository.

About

Distributed cache written in Go, inspired in Memcached.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages