Skip to content

v3.0.0

Compare
Choose a tag to compare
@aembke aembke released this 12 Sep 23:14
  • 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