Skip to content

Releases: adonisjs/redis

Tag as latest

25 Feb 07:11

Choose a tag to compare

10.0.0 (2026-02-25)

Full Changelog: v9.2.0...v10.0.0

Update dependencies

19 Dec 05:20

Choose a tag to compare

Update dependencies Pre-release
Pre-release

10.0.0-next.2 (2025-12-19)

Features

Full Changelog: v10.0.0-next.1...v10.0.0-next.2

Accept password as Secret class and tracing support

08 Sep 10:33

Choose a tag to compare

10.0.0-next.1 (2025-09-08)

Features

  • accept Redis passwords as Secret class (f55b778)
  • add tracing channels (4881b44)
  • define password as a secret (337d0cf)
  • remove deprecated errors (5619225)

BREAKING CHANGES

  • Error have been removed

Full Changelog: v10.0.0-next.0...v10.0.0-next.1

Target v7 core

08 Sep 07:15

Choose a tag to compare

Target v7 core Pre-release
Pre-release

10.0.0-next.0 (2025-09-08)

Full Changelog: v9.2.0...v10.0.0-next.0

Add support for defining multiple listeners on a pub-sub channel

07 Feb 08:36

Choose a tag to compare

9.2.0 (2025-02-07)

  • feat: support multiple handlers for a single subscription (#66) (f1c79af), closes #66
  • chore: update gh workflow in readme (5c1d91b)

What's Changed

  • feat: support multiple handlers for a single subscription by @jonahsnider in #66

New Contributors

Full Changelog: v9.1.1...v9.2.0

Update dependencies

01 Feb 10:51

Choose a tag to compare

9.1.1 (2025-02-01)

  • chore: add .env.example value (51a4a22)
  • chore: correct author & contributors field (1b48f68)
  • chore: migrate to release-it (251e9a8)
  • chore: publish correct port & decrease redis version (bfe7c62)
  • chore: update all minor dependencies (7e4434a)
  • chore: update major dependencies (afee835)
  • test: ignore typescript assertion since tests are passing (13978d6)
  • test: use define host to check error (d18b4e5)
  • fix(checks): ensure given bytes value is correct (331e757)
  • ci: add env variable and increase coverage of redis (0c2f349)
  • ci: execute test only on workflow call (5ee3bb6)
  • ci: export correct port (c821b93)
  • ci: lint and typecheck before executing tests (648798a)
  • ci: migrate to new syntax (ad18f21)
  • ci: remove tests on latest redis tags (bd4a3e8)
  • ci: remove unneeded ci compose file (df1d8db)
  • ci: target correct test workflow (cd4069f)
  • ci: test only latest release of redis-cluster (da59b6f)
  • ci: try to use services to run tests (3cf16aa)
  • ci: update workflows (6ca6f69)
  • ci: use fix number for redis version (aec71d8)
  • refactor: migrate to ts-node-maintained (caeebee)

Full Changelog: v9.1.0...v9.1.1

Make health checks more resilient

22 Jun 05:30

Choose a tag to compare

  • fix: ping logic in health checks 9db568a
  • refactor: make health checks more resilient 7981fd9

Full Changelog: v9.0.0...v9.1.0

Remove legacy health checks and add new health check classes

20 Jun 06:45

Choose a tag to compare

Breaking changes

  • Remove method connection.getReport in favor of dedicated health check classes.
  • Remove type HealthReportNode.
  • Remove config option healthCheck

Commits

  • refactor: split connection and memory checks in two health checks a4014e3
  • refactor: update warning and error threshold messages e81a395
  • refactor: add connection keyword to health check name 6e8dc87
  • feat: add dedicated health check class 118c866
  • chore: update dependencies e613330
  • Merge pull request #61 from LeadcodeDev/develop 8c8ab15
  • feat(env): add missing quotes 90d95ea
  • feat(env): add missing password key as optional string d330f82

What's Changed

New Contributors

Full Changelog: v8.0.1...v9.0.0

Make redis manager config a public property

23 Jan 12:02

Choose a tag to compare

  • refactor: make manager config public 7f76177

v8.0.0...v8.0.1

Full Changelog: v8.0.0...v8.0.1

Stable major release

08 Jan 11:08
a2d3b3c

Choose a tag to compare

Please consult the following releases to learn more about the breaking changes and new additions.

Commits

  • chore: publish under latest tag 903e276
  • Merge pull request #59 from adonisjs/next a2d3b3c
  • Merge branch 'develop' into next 670462d
  • chore: update dependencies cbc6b14
  • chore(release): 7.3.4 acbf6cc
  • added hmset to ioMethods.ts (#58) c80075a
  • chore(release): 7.3.3 c6a30f6
  • Merge pull request #57 from PaulosSouza/feat/unlink-method f9755a8
  • feat: add passthroughs for ioredis#unlink method 4da65b7

What's Changed

New Contributors

Full Changelog: v7.3.4...v8.0.0