A Simple Unity Cache Server Implementation in Rust.
- Listen on
0.0.0.0:8126
. - Files save to
.cache_fs
.
- Not support: stream hasher based high reliability mode (Only stored when two clients give same hash)
- Not support: Expire time (30 days by default in official implementation)