redis_config 0.3.0

Implementation of Redis source as Async source for config-rs crate.
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug)]
pub struct Hash;

#[derive(Debug)]
pub struct PlainString;

#[cfg(feature = "json")]
#[derive(Debug)]
pub struct Json;