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::Valueand&'a redis::Value. This allowsfrom_redis_valueto take either one of those. - Redis
Deserialize
Functions§
- from_
redis_ value - Use serde Deserialize to build
Tfrom aredis::Value