Skip to content

Releases: denodrivers/redis

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

v0.11.2

11 Aug 22:23
551ffc2
Compare
Choose a tag to compare

This release is intended to test the webhook.
See https://deno.land/posts/registry2

v0.11.1

11 Jul 17:40
47d0969
Compare
Choose a tag to compare

47d0969 fix: subscriber shouldn't throw BadResource error when connection is closed (#121)
8042026 test: Use dedicated servers for testing (#120)

v0.11.0

08 Jul 17:13
96b2745
Compare
Choose a tag to compare

bf328ad feat: retriable connection (#92)
b6e5f3d feat: Stream API (#86)
7a2876d feat: Cluster API (#110)
ca83509 bump: deno@v1.1.3 (#111)
dfe457a ci: run CI for all PRs (#103)
865842b ci: use locally-installed redis instead of dockerized one (#113)

v0.10.4

22 Jun 10:43
93e4fa1
Compare
Choose a tag to compare

93e4fa1 feat: Implement new server commands from Redis 6 (#90)

v0.10.3

20 Jun 09:12
3f6add6
Compare
Choose a tag to compare

3f6add6 bump: deno@v1.1.1 (#95)
1fd9323 fix(#89): subscriber shouldn't throw BadResource error when connection is closed (#94)

v0.10.2

10 Jun 21:55
57bf2b2
Compare
Choose a tag to compare

57bf2b2 bump: deno@v1.0.5 (#87)
98698dc fixes #84 (#85)

v0.10.1

31 May 09:28
599720e
Compare
Choose a tag to compare
feat: password authentication (#82)

v0.10.0

14 May 16:04
41679f2
Compare
Choose a tag to compare
bump: deno@v1, std@v0.51.0 (#77)

- fix: `EVAL` / `EVAL` signature and implementations
- fix: #76

v1.0.0-rc2

10 May 14:16
61106da
Compare
Choose a tag to compare
bump: deno@v1.0.0-rc2 (#75)