aembke / redis-protocol.rs

A Rust implementation of RESP2 and RESP3
Apache License 2.0
39 stars 13 forks source link

Add support for de/serializing Resp enums with serde #35

Closed caass closed 2 weeks ago

caass commented 1 month ago

Companion to https://github.com/aembke/fred.rs/pull/280

In order to de/serialize configuration types in fred.rs, RespVersion needs to implement Serialize and Deserialize.