Skip to content

v0.31.0

Choose a tag to compare

@uki00a uki00a released this 15 Jul 07:30
· 170 commits to master since this release
def1cd9

What's Changed

  • BREAKING: remove closer, maxRetryCount and isRetriable from Connection by @uki00a in #386
  • BREAKING: simplify RedisReply type, add parseReply option to Redis#sendCommand by @uki00a in #389
  • BREAKING: remove parseReply from SendCommandOptions, add returnUint8Arrays instead @uki00a in #392
  • fix: perform health check only when the client is in idle state by @uki00a in #387
  • deps: deno@v1.35.1, deno_std@v0.194.0 by @uki00a in #394
  • chore: import lodash-es and cluster-key-slot from esm.sh by @uki00a in #384
  • ci: cache dependencies by @uki00a in #385

Full Changelog: v0.30.0...v0.31.0