Skip to content

GhazTools/Rust-Caching-Svc

Repository files navigation

Description

A simple rust service implementation for caching items using Redis

Before You Run

You must have rust installed

How To Run

To run your service you can do the following

make full-build
make run

or

cargo clean && cargo build && cargo run

Additional Information

Organizing your imports

To organize your Cargo.toml files, you can use cargo-sort which needs to be installed. cargo-sort takes a look at tomlfmt.toml to figure out how to sort your toml file

cargo install cargo-sort
cargo sort

Releases

No releases published

Packages

No packages published