Skip to content

Releases: denodrivers/redis

v0.6.3

23 Dec 08:51

Choose a tag to compare

fix: zrange with 'withScore' option (#40)

v0.6.2

19 Dec 14:42

Choose a tag to compare

bump: [email protected] (#39)

* bump: [email protected]

* ci:fix

v0.6.1

06 Dec 22:16

Choose a tag to compare

v0.6.0

28 Nov 14:27
87c0cca

Choose a tag to compare

  • bump: [email protected] (#34)
  • feat: add db option and remove a deprecated option (#32)
  • deleted: connect(":6379") style call now deleted. Use connect({port: 6379}) style signature

v0.5.3

24 Nov 10:18

Choose a tag to compare

fix: improve signature of spop (#31)

* fix: improve signature of spop

* fix: add tests for spop

v0.5.2

15 Nov 14:21

Choose a tag to compare

v0.5.1

09 Nov 16:19
b9aff14

Choose a tag to compare

v0.5.0

18 Oct 16:39
855270b

Choose a tag to compare

  • fix: #23 Added mux system when sending commands (#24)

v0.4.1

12 Oct 15:51
c4c77dc

Choose a tag to compare

v0.4.0

26 Sep 13:32
f236691

Choose a tag to compare

  • bump: [email protected], [email protected]
  • feat: TLS conn for redis server (via reverse-proxy)
  • deprecated: connect(addr) will be removed in @v0.5.0 (about a month after)
    • this is because deno's breaking change about dial in @v0.19.0