Skip to content

Commit

Permalink
Update enotfound-redis-railway-internal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brody192 committed Dec 20, 2024
1 parent 7063e01 commit b0b25c1
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,10 @@ const queue = new Queue("Queue", {
const jobs = await queue.getJobs();

console.log(jobs);
```
```

### Other

Above we covered the two most common packages that can cause this error, but there are other packages that use `ioredis` as a dependency that may also cause this error.

If you are using a package that uses `ioredis` as a dependency, you can try to find a way to set the `family` option to `0` either in your connection object or in your `REDIS_URL` environment variable. Similar to the examples above.

0 comments on commit b0b25c1

Please sign in to comment.