0.15.2
New optional feature json: added Json and JsonRef wrappers for Redis JSON (de)serialization.
- Added
Json<T>for deserializing JSON-encoded bulk strings from Redis responses. - Added
JsonRef<'a, T>for serializing Rust values to JSON when sending commands.