Crate serde_redis
source ·Re-exports
pub use crate::decode::Deserializer;pub use crate::encode::Serializer;
Modules
Traits
- 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.
Functions
- Use serde Deserialize to build
Tfrom aredis::Value