Enes Akar
Enes Akar
@dthyresson You can instantiate a new client as [here](https://github.com/upstash/upstash-redis/blob/master/README.md#instantiate-new-client) Pipeline will be supported by SDK soon (in ~2 weeks)
solved by https://github.com/hazelcast/hazelcast/pull/1994
How do you configure your next app?
@manast we updated upstash so it is compatible with bull anymore. you can close this. I can not say the same for bullmq but hoping you replace redis-stream with pub-sub...
it makes sense. do you have availability to send a PR about this?
oops sorry I missed this. ``` import { NextRequest, NextResponse } from "next/server"; import { Ratelimit } from "@upstash/ratelimit"; // for deno: see above import { Redis } from "@upstash/redis";...
hey @kylemclaren have you checked the redis methods? I see you have not changed any method, so the new client is compatible with old one?
Hello. Can you try sending the following message to the channel and see if it is responding or not: ``` Upsy how are you? ```
@intjose can you share the full logs from your fly console when you ask from channel?