Closed moshOntong-IT closed 3 hours ago
I am using the new version, so it works fine when I have another instance of redis client since it is given in the package that we can pass that redis client on your extensions. Now since the latest version seems need a new instance of redis. Hence when I saw it my logs it got an error when there is a 2 instance of redis. when I temporarily disable your extension my main redis client works find.
@yxx4c
Ini your redis configuration, it seems I have misconfigured the redis. I set up like this
{
host: localhost
port:4222
}
seems
Anyways I fixed seems the confguration is the cause but I hope we will have configuration that we can pass the client instance that already set up
I already configure how can I put this on PrismaExtensionRedis?