cache_service 1.1.0

Cache service based on Redis and in-memory cache
Documentation
  • Coverage
  • 0%
    0 out of 30 items documented0 out of 19 items with examples
  • Size
  • Source code size: 16.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 758.62 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 37s Average build duration of successful builds.
  • all releases: 37s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • aleksandr-gorokhov

Rust Cache Crate

This crate provides a straightforward and efficient way to cache string values both in-memory and in Redis, with a specified time-to-live (TTL).

Features

  • In-memory caching for fast retrieval.
  • Redis integration for distributed caching.
  • Time-to-Live (TTL) support for cache entries.

Dependencies

  • Ensure you have Redis running and accessible as this crate requires Redis for distributed caching functionality.

Contribution

Contributions are welcome! Please feel free to submit a pull request.