[][src]Module shorty::redis_facade

redis_facade is a convenience module holding RedisFacade

Structs

RedisFacade

RedisFacade is a wrapper around a redis Connection. It provides convenience methods such as get_string and get_bool which otherwise would be coded as get::<_, String> and get::<_, bool>, making it harder to stub the struct and properly test shorty.