Releases: aembke/fred.rs
Releases · aembke/fred.rs
v4.0.0
v3.0.0
- Rewrite to use async/await and new dependencies
- Switch github repository
- Redo testing framework
- Support ACL, geo, cluster, client, hyperloglog, lua, slowlog, and transaction commands
- Add pipeline testing application
- Change
RedisKey
to use bytes instead ofstr
- Redo
RedisValue
implementation - Support automatic pipelining
- Redo cluster state caching implementation
- Support manual and automatic client unblocking
- Custom reconnect errors feature
- Blocking encoding feature
- Network logs feature
- Add Tracing support
- Support client pooling
- Support the
MONITOR
command - Refactor
RedisConfig
interface - Add chaos monkey tests
- Add examples
- Update docs