An open API service indexing awesome lists of open source software.

https://github.com/databendlabs/opencache

Cache server :)
https://github.com/databendlabs/opencache

Last synced: 3 months ago
JSON representation

Cache server :)

Awesome Lists containing this project

README

          

# opencache

Opencache is a cache server in rust that run in single node mode, and is an object oriented store that provides two API:
range `write` and range `read` and background auto eviction.

Cache cluster management is on client side. Backsourcing is not supported, an application has to explicitly write objects
into it.

Opencache Design: https://datafuselabs.github.io/opencache/