Skip to content

0.15.2

Choose a tag to compare

@mcatanzariti mcatanzariti released this 07 Jul 13:18
· 71 commits to main since this release

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.