Skip to content

Releases: denodrivers/redis

v0.22.2

09 Jun 16:10
5ee9f6e

Choose a tag to compare

  • bump: deno@1.11.0 (#233)

v0.22.1

12 May 15:22
10afeac

Choose a tag to compare

  • bump: deno@1.10.1 (#230)
  • chore: Use std/async/deferred.ts and delay.ts instead of std/async/mod.ts (#226)
  • ci: Migrate to "denoland/setup-deno" (#228)

v0.22.0

17 Apr 07:57
4b25972

Choose a tag to compare

  • BREAKING: Fix signature of dump and restore (#217)
  • BREAKING: Change CommandExecutor from abstract class to interface (#219)
  • bump: deno@v1.9.0 (#225)

v0.21.0

27 Mar 02:03
e622930

Choose a tag to compare

  • bump: deno@v1.8.2 (#216)
  • BREAKING: Rename ClientListOps to ClientListOpts (#214)
  • BREAKING: Improve reply types (#210, #215)
  • feat: Allow Number and Uint8Array values as argumets (#212)
  • feat: Implement CLIENT KILL (#213)
  • test: Add more benchmark scenarios (#211)

v0.20.0

06 Mar 10:42
98862cf

Choose a tag to compare

  • bump: deno@v1.8.0 (#207)
  • feat: Add mode to CLIENT PAUSE (Redis 6.2 feature) (#198)
  • feat: Implement CLIENT UNBLOCK (#195)
  • feat: Implement CLIENT UNPAUSE (#199)
  • feat: Implement CLIENT INFO (#200)
  • feat: Implement CLIENT TRACKINGINFO (#203)
  • feat: Implement CLIENT LIST (#205)
  • ci: Use fixed version of Redis (#197)

v0.19.0

23 Feb 08:46
9a94ef2

Choose a tag to compare

  • feat: Implement CLIENT GETREDIR (#191)
  • feat: Implement CLIENT CACHING (#188)
  • feat: Implement CLIENT TRACKING (#187)
  • fix: Make subscribe and psubscribe methods generic (#193)
  • bump: deno@v1.7.5 (#194)
  • ci: Benchmarks (#185)

v0.18.0

11 Feb 08:18
6cbada2

Choose a tag to compare

  • BREAKING: Rename all methods/properties to camel case style (#184)
  • feat: Implement CLIENT PAUSE (#181)
  • bump: deno@v1.7.2 (#182)

v0.17.0

20 Jan 12:02
9ee90a3

Choose a tag to compare

  • bump: deno@v1.7.0 (#180)
  • feat: Implement CLIENT SETNAME & GETNAME (#177)
  • feat: Implement CLIENT ID command (#172)
  • feat: Implement LPOS command (#171)

v0.16.0

04 Jan 11:02
ff6cc68

Choose a tag to compare

  • BREAKING: Stop exposing internal things from mod.ts (#170)

v0.15.0

03 Jan 08:14
0f3fe9b

Choose a tag to compare

  • BREAKING: Change return type of the streams API to Record (#168)
  • bump: deno@v1.6.3 (#167)