Akagi201 / kvcache

A distributed in-memory key:val cache

Home Page:https://godoc.org/github.com/Akagi201/kvcache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kvcache

Build Status Coverage Status Go Report Card GoDoc

A distributed in-memory key:val cache

Import

  • import "github.com/Akagi201/kvcache/ttlru" full version, implemented with goroutine.
  • import "github.com/Akagi201/kvcache/lttlru" light version, implemented without goroutine.

About

A distributed in-memory key:val cache

https://godoc.org/github.com/Akagi201/kvcache

License:MIT License


Languages

Language:Go 100.0%