agrattan
Explore posts from serversUnable to connect to Redis server at random points with `ioredis`
@Brody So I removed the TCP proxy, and using the private URL in combination with this
ioredis
setting: https://github.com/redis/ioredis/issues/1203#issuecomment-976127676 I should be good31 replies
Unable to connect to Redis server at random points with `ioredis`
Ahhhhhh, they talk about the templates in the launch week https://blog.railway.app/p/launch-01-next-gen-databases, I gotta read the rest of this today then
31 replies
Unable to connect to Redis server at random points with `ioredis`
Yeah, I'll try that. I'll make your answer as the solution and then make a new help thread if I still run into any issues, thanks!
It seems to be a TLS issue and I think by upgrading to the new template I could solve the problems I have, ex: https://upstash.com/docs/redis/troubleshooting/econn_reset
31 replies
DTDrizzle Team
•Created by benjiman86 on 6/6/2023 in #help
Share migrations in monorepo
If anyone comes here looking for an example solution, this is what I got:
migrate.ts
in my database package
Got this script command in my package.json
Then here's an example .yml
for a GitHub Action
Thanks for the great discussion everyone!13 replies