Andreas Thomas

Results 410 comments of Andreas Thomas

Can't really get the tests to pass right now and I'm not sure why It definitely caches data to redis. I'll give this another shot tomorrow

Hey, upstash here, thanks for creating the issue. Our redis team is checking this out

This would be great. I am currently using prisma with postgres for authentication among other things and I have a model for timed-one-time-passwords that would benefit from this Right now...

The problem is that the http API speaks json, and this we need to call json.parse on it, which automatically messes with the encoding. To prevent this we have started...

Tremor works in RSC if you add it in `next.config.js` ```js /** @type {import('next').NextConfig} */ const nextConfig = { experimental: { appDir: true, serverComponentsExternalPackages: ["@tremor/react"], }, }; module.exports = nextConfig;...

Yeah that's still required for some components. the whole use client thing is a bit tricky cause it's not as simple as putting `"use client"` in the component file in...

Fair point, we should add this to our docs. I believe we do this, because we were following the official specs when implementing the commands. The OSS redis implementation itself...

Looks to me like it could be implemented using the [dns endpoint](https://vercel.com/docs/rest-api#endpoints/dns/create-a-new-dns-record) I don't have a lot of time right now but maybe you can take a look at implementing...

Hi @mislavcimpersak I recall having difficulties with that when I added the domain functionality. I think the vercel endpoint did not accept the branch for some reason, I am not...