Dmitry Demidovsky
Dmitry Demidovsky
https://github.com/demidovsky/robot
https://github.com/demidovsky/robot
Had the same issue. Seems that this is not related to the _OS_ version but rather the _openssl_ version. I guess in some cases it is not detected correctly, causing...
> @shamiln this works for me > > ```js > const Redis = require("ioredis") > Redis.Promise = require("bluebird") > > // noop, client is not available on gcp redis >...