rocket_redis_r2d2 icon indicating copy to clipboard operation
rocket_redis_r2d2 copied to clipboard

Example app for Redis + r2d2 connection pool + Rocket.rs

Redis + r2d2 connection pool + Rocket.rs

A simple example app for:

Tags

Rust, Rocket, Redis, r2d2

Getting started

Having Redis up and running on localhost:6379

git clone [email protected]:MitinPavel/rocket_redis_r2d2.git
cd rocket_redis_r2d2/
cargo run

Rust version

$ rustc --version
rustc 1.22.0-nightly (a47c9f870 2017-10-11)

Development environment

$ uname -a
Linux blah 4.4.0-97-generic #120-Ubuntu SMP Tue Sep 19 17:28:18 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

License

MIT