Can I use ioredis
in the Vercel functions?
#13428
Replies: 1 comment
-
This discussion was automatically closed because the community moved to community.vercel.com |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I'm trying to use
ioredis
in the Vercel function, in an/api/
file.But I'm getting this error:
[ioredis] Unhandled error event: Error: connect ECONNREFUSED 127.0.0.1:6379
.Can I have a Redis connection in the Vercel functions?
Beta Was this translation helpful? Give feedback.
All reactions