cache_service

Crates.iocache_service
lib.rscache_service
version1.1.0
sourcesrc
created_at2024-05-24 20:40:20.012167
updated_at2024-05-24 20:48:18.981936
descriptionCache service based on Redis and in-memory cache
homepage
repository
max_upload_size
id1251527
size16,789
Aleksandr Gorokhov (aleksandr-gorokhov)

documentation

README

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.

Commit count: 0

cargo fmt