Golang + Redis: Getting around the 1mb free tier limit in Redis



Golang + Redis: Getting around the 1mb free tier limit in Redis

Golang + Redis: Getting around the 1mb free tier limit in Redis

Looks like Vercel’s redis uses Upstash which has a 1mb request limit. I chunk the data into sets to solve the problem. (future Edmund: This didn’t solve it since I was writing all chunks in one request. Instead, I needed to make a request per chunk)

Upstash: https://docs.upstash.com/redis/troubleshooting/max_request_size_exceeded

Broadcasted live on Twitch — Watch live at https://www.twitch.tv/edfungus