/pandas-pouch

🐼🐼A Distributed Caching Service in Rust πŸ¦€πŸ¦€

Primary LanguageRustMIT LicenseMIT

banner

🐼 pandas-pouch 🐼

A Distributed Caching Service with Rust πŸ¦€πŸ¦€.

Progress

  • Basic Cache
  • LRU Cache
    • LRU Cache with TTL
    • LRU Cache with Size
    • LRU Cache with Size and TTL
    • print cache
    • Thread Safety

Usage

Run examples as follows:

source .bashrc
pandas-pouch --example <file-name-from-examples>