There is incompatibility issue between strapi and the new redis version. You need to downgrade it from version 4.0 to 3.1.2. Just add to your dependencies in package.json the following line and reinstall the dependencies
"redis": "3.1.2"
There is incompatibility issue between strapi and the new redis version. You need to downgrade it from version 4.0 to 3.1.2. Just add to your dependencies in package.json the following line and reinstall the dependencies
"redis": "3.1.2"