Re: Composer requires Redis but NodeJS Runtime doesn't include it

2019-10-01 Thread Dascalita Dragos
node_modules > > Olivier > > Rodric Rabbah wrote on 10/01/2019 10:12:43 AM: > > > From: Rodric Rabbah > > To: dev@openwhisk.apache.org > > Date: 10/01/2019 10:26 AM > > Subject: [EXTERNAL] Re: Composer requires Redis but NodeJS Runtime > > doesn

RE: Composer requires Redis but NodeJS Runtime doesn't include it

2019-10-01 Thread Olivier Tardieu
ls 60 node_modules/redis-commands 384 node_modules Olivier Rodric Rabbah wrote on 10/01/2019 10:12:43 AM: > From: Rodric Rabbah > To: dev@openwhisk.apache.org > Date: 10/01/2019 10:26 AM > Subject: [EXTERNAL] Re: Composer requires Redis but NodeJS Runtime > doesn'

Re: Composer requires Redis but NodeJS Runtime doesn't include it

2019-10-01 Thread Rodric Rabbah
+1 for including redis in runtimes. -r On Tue, Oct 1, 2019 at 10:06 AM Dascalita Dragos wrote: > Currently there's an issue with Composer which requires Redis [1]. Redis > module is not installed by default in the NodeJS images. > I see 2 options to unblock this: > 1 - include Redis in the def

Composer requires Redis but NodeJS Runtime doesn't include it

2019-10-01 Thread Dascalita Dragos
Currently there's an issue with Composer which requires Redis [1]. Redis module is not installed by default in the NodeJS images. I see 2 options to unblock this: 1 - include Redis in the default nodeJS runtime [2] 2 - make Redis optional for Composer; parallel combinator in Composer won't work w