Re-exports§
pub use crate::decode::Deserializer;
pub use crate::encode::Serializer;
Modules§
Traits§
- IntoCow
- A value that can be turned into a
Cow<'a, Value>
. This is primarily useful because there is not animpl Into<Cow<'a, Value>>
built-in forredis::Value
and&'a redis::Value
. This allowsfrom_redis_value
to take either one of those. - Redis
Deserialize
Functions§
- from_
redis_ value - Use serde Deserialize to build
T
from aredis::Value