Redis pub/sub for async/await response on Nodejs
I have two NodeJs Express applications linked to two different database, for convenience let’s call the first application A and the second B, both are linked to the same redis instance with Ioredis.
I have two NodeJs Express applications linked to two different database, for convenience let’s call the first application A and the second B, both are linked to the same redis instance with Ioredis.