Releases: adonisjs/redis
Releases · adonisjs/redis
Tag as latest
10.0.0 (2026-02-25)
Full Changelog: v9.2.0...v10.0.0
Update dependencies
10.0.0-next.2 (2025-12-19)
Features
- setup typedoc (4075362)
Full Changelog: v10.0.0-next.1...v10.0.0-next.2
Accept password as Secret class and tracing support
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
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
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
- @jonahsnider made their first contribution in #66
Full Changelog: v9.1.1...v9.2.0
Update dependencies
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
Full Changelog: v9.0.0...v9.1.0
Remove legacy health checks and add new health check classes
Breaking changes
- Remove method
connection.getReportin 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
- Add missing REDIS_PASSWORD env key by @LeadcodeDev in #61
New Contributors
- @LeadcodeDev made their first contribution in #61
Full Changelog: v8.0.1...v9.0.0
Make redis manager config a public property
Stable major release
Please consult the following releases to learn more about the breaking changes and new additions.
- Breaking changes - https://github.com/adonisjs/redis/releases/tag/v8.0.0-0
- Breaking changes - https://github.com/adonisjs/redis/releases/tag/v8.0.0-4
- New additions - https://github.com/adonisjs/redis/releases/tag/v8.0.0-6
- Breaking change - https://github.com/adonisjs/redis/releases/tag/v8.0.0-7
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
- Merge to develop for final release by @thetutlage in #59
New Contributors
- @thetutlage made their first contribution in #59
Full Changelog: v7.3.4...v8.0.0