Releases: aembke/redis-protocol.rs
Releases · aembke/redis-protocol.rs
6.0.0
- Add
BorrowedFrame
types for encoding use cases
- Change integer encoding to avoid allocations
- Add automatic integer -> BulkString/BlobString type conversion during encoding
5.0.1
- Fix codec & resp2 feature flags
- Fix resp3 pubsub frame checks
5.0.0
- Remove
decode-mut
FF, move to bytes
FF
- Add range-based frame types
- Add separate
Owned
and Bytes
frame variants
- Add codec interfaces
- Add
FromResp2
and FromResp3
type conversion traits
- Add fuzzing
- Criterion benchmark scaffolding
- Lots of refactoring
- Fix CI