A simple example app for:
Rust, Rocket, Redis, r2d2
Having Redis up and running on localhost:6379
git clone [email protected]:MitinPavel/rocket_redis_r2d2.git
cd rocket_redis_r2d2/
cargo run
$ rustc --version
rustc 1.22.0-nightly (a47c9f870 2017-10-11)
$ 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
MIT