How to connect Vercel Storage Redis to custom environments like staging or UAT

I am connecting to Redis from Vercel Storage, but I’m not able to select my custom environment (e.g., staging/uat). Currently, I can only have it on PROD, which causes my staging environment to be broken.

Is there any way to solve this?