Skip to content

Releases: denodrivers/redis

v0.19.0

23 Feb 08:46
9a94ef2
Compare
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: [email protected] (#194)
  • ci: Benchmarks (#185)

v0.18.0

11 Feb 08:18
6cbada2
Compare
Choose a tag to compare

v0.17.0

20 Jan 12:02
9ee90a3
Compare
Choose a tag to compare

v0.16.0

04 Jan 11:02
ff6cc68
Compare
Choose a tag to compare
  • BREAKING: Stop exposing internal things from mod.ts (#170)

v0.15.0

03 Jan 08:14
0f3fe9b
Compare
Choose a tag to compare

v0.14.1

04 Dec 11:13
11b1b2c
Compare
Choose a tag to compare

v0.14.0

15 Nov 12:23
595297a
Compare
Choose a tag to compare
  • feat: add parseURL function (#154)
  • bump: [email protected] (#155)
  • docs(README): fix example to use deno.land instead of denopkg.com (#157)
  • ci: use GITHUB_ENV instead of set-env (#150)

v0.13.1

29 Sep 13:10
283c162
Compare
Choose a tag to compare

v0.13.0

31 Aug 15:16
c4509f0
Compare
Choose a tag to compare
  • feat: Add STRALGO command (#141)

v0.12.0

13 Aug 22:47
a194441
Compare
Choose a tag to compare

This release includes breaking changes (#132).

Changes

  • migrate: add auth option
  • object_idletime: renamed from object_ideltime
  • object_freq: add BulkNil to return type
  • restore: add absttl, idletime, and freq options
  • scan: add type options
  • sort: make limit option an object and make order optional
  • incrbyfloat: return type BulkString
  • mset: add support for Record and improve type safety
  • msetnx, geoadd, hmset, and hset: ditto
  • set: add keepttl option
  • geopos: return type BulkString
  • geo* : adjust options names
  • bzop*: make timeout first argument to use rest with keys
  • z*store: add support for Record to add multiple arguments
  • eval: remove numkeys argument, get this value from keys.length
  • acl* and memory*: adjust some commands to return BulkString instead of Status

Addition

  • zadd_incr: zadd with incr option that only accepts a single member score pair and returns Bulk
  • replicaof_no_one: REPLICAOF NO ONE
  • slaveof_no_one: SLAVEOF NO ONE