Redis Fly size limits?

We’re really excited about Redis Fly for its operational simplicity.

One thing we noticed though is the rather low sizes at least for our use-case of 3gb (max).

Can we get a larger size? What does the cost curve look like?

We store file content of Prisma schema files which can range from 20 KB to a few MBs. A cache miss means going to the GitHub API to fetch the contents from the repo (very slow, and uses up API rate limit).

We are using a GitHub webhook to keep the cache up to date so in theory we never need to evict cache. This is when/why we are very curious about the size limits.

Would love any feedback around this thanks!

1 Like