Skip to content

Releases: aembke/fred.rs

v4.0.0

18 Sep 01:32
0e88b3f
Compare
Choose a tag to compare
  • Generic response types
  • More tests

v3.0.0

12 Sep 23:14
Compare
Choose a tag to compare
  • 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 of str
  • 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