Directus / @directus/memory / index / BusConfigAbstract
Interface: BusConfigAbstract ​
Defined in: packages/memory/src/bus/types/config.ts:3
Extended by ​
Properties ​
type ​
type:
"local"
|"redis"
Defined in: packages/memory/src/bus/types/config.ts:10
Where the messages are sent through
local
- Local memory. Only intended for single-process instances. redis
- Redis instance