https://github.com/databendlabs/opencache
Cache server :)
https://github.com/databendlabs/opencache
Last synced: 3 months ago
JSON representation
Cache server :)
- Host: GitHub
- URL: https://github.com/databendlabs/opencache
- Owner: databendlabs
- License: apache-2.0
- Created: 2022-07-21T15:33:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T05:40:58.000Z (over 2 years ago)
- Last Synced: 2025-10-14T15:04:29.922Z (3 months ago)
- Language: Makefile
- Size: 1.08 MB
- Stars: 32
- Watchers: 12
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/