#Will swr work in nitro + node server + redis?

10 messages · Page 1 of 1 (latest)

stoic prism
#

Hi! Do I understand correctly, what swr mode works only after deploy project to Netlify/Vercel?

flint saddle
#

Netfliy for now as far as I know. Not sure if Vercel is still supported

stoic prism
#

If I connect redis as a cache storage, then swr will automatically work

#

Will swr work in nitro + node server + redis

#

Will swr work in nitro + node server + redis?

native snow
flint saddle
#

@native snow you can use $development and $production keys and set the logic there

#

that way u separate what it does in each environment

#

$production: { routeRules: {...}}

#

and rest