You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use redis-mock. And during the tests I don't see any new data in local db, it means jest use redis-mock and not real redis, but if I change port or url from "localhost:6379" to something different I receive an error: Redis connection to localhost:1 failed - connect ECONNREFUSED 127.0.0.1:1Error: connect ECONNREFUSED 127.0.0.1:1
Same thing during building project in the docker.
The text was updated successfully, but these errors were encountered:
I use redis-mock. And during the tests I don't see any new data in local db, it means jest use redis-mock and not real redis, but if I change port or url from "localhost:6379" to something different I receive an error: Redis connection to localhost:1 failed - connect ECONNREFUSED 127.0.0.1:1Error: connect ECONNREFUSED 127.0.0.1:1
Same thing during building project in the docker.
The text was updated successfully, but these errors were encountered: