n8n/packages/cli/test/unit/services
Michael Auerswald 3cad60e918
feat(core): Make Redis available for backend communication (#6719)
* support redis cluster

* cleanup, fix config schema

* set default prefix to bull

* initial commit

* improve logging

* improve types and refactor

* list support and refactor

* fix redis service and tests

* add comment

* add redis and cache prefix

* use injection

* lint fix

* clean schema comments

* improve naming, tests, cluster client

* merge master

* cache returns unknown instead of T

* update cache service, tests and doc

* remove console.log

* do not cache null or undefined values

* fix merge

* lint fix
2023-08-02 12:51:25 +02:00
..
cache.service.test.ts feat(core): Make Redis available for backend communication (#6719) 2023-08-02 12:51:25 +02:00
events.service.test.ts refactor(core): Cache workflow ownership (#6738) 2023-07-31 11:37:09 +02:00
jwt.service.test.ts fix(core): Use JWT as reset password token (#6714) 2023-07-24 17:40:17 -04:00
ownership.service.test.ts refactor(core): Cache workflow ownership (#6738) 2023-07-31 11:37:09 +02:00
redis.service.test.ts feat(core): Make Redis available for backend communication (#6719) 2023-08-02 12:51:25 +02:00
role.service.test.ts refactor(core): Reduce boilterplate code in between tests 🧹, and fix the tests in node.js 20 (no-changelog) (#6654) 2023-07-13 10:14:48 +02:00