Crate serde_redis[][src]

Re-exports

pub use crate::decode::Deserializer;
pub use crate::encode::Serializer;

Modules

decode
encode

Traits

IntoCow

A value that can be turned into a Cow<'a, Value>. This is primarily useful because there is not an impl Into<Cow<'a, Value>> built-in for redis::Value and &'a redis::Value. This allows from_redis_value to take either one of those.

RedisDeserialize

Functions

from_redis_value

Use serde Deserialize to build T from a redis::Value