Skip to content

Carbon Cache is a high performance cache written in Rust providing multiple strategies for eviction like ttl, size, overflows to Disk giving you the best of both the worlds.

Notifications You must be signed in to change notification settings

chirdeeptomar/carbon-cache

Repository files navigation

Carbon Cache

Carbon Cache is a high performance cache written in Rust providing multiple strategies for eviction like ttl, size, overflows to Disk giving you the best of both the worlds.

Carbon Cache runs as a HTTP Server allowing you to directly connect to the server via Postman or any HTTP Client library. Carbon aims to support multiple interfaces for connecting to it like TCP & QUIC in the future.

Carbon supports Basic Auth for Admin tasks.

To Run:

cargo run --bin carbon-server --release

To stop the carbon server, press ctrl+c

About

Carbon Cache is a high performance cache written in Rust providing multiple strategies for eviction like ttl, size, overflows to Disk giving you the best of both the worlds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published