-
### I'm sure that
- [X] This issue is still present in the **current beta version** of this adapter
- [X] There is no other (open) issue with the same topic (use the search!)
- [X] This issue is …
-
### Version
v5.21.2
### Platform
NodeJS
### What happened?
We are noticing an issue where we add a job with ID and set `removeOnFail` to `true` and `removeOnComplete` to `true` as well.…
-
V3.0.1 is incompatible with NestJS . Unable to register CacheModule using the RedisStore.
"message": "Type 'typeof import(\"cache-test/node_modules/cache-manager-redis-store/dist/index\")' is not …
-
It would be extremely convenient having an option for a prebuilt module release per supported OS in the releases page.
It would make it rather quick not having to deal with installing build tools a…
-
### What Medusa version and documentation are you using?
v1
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://gith…
-
### Description
After adding `redis` to my project the vite production build output got very noisy, see below.
Any tips on how I can suppress this output? Or can the circular dependency be fixed h…
-
Hi, I'm migrating my implementation from ioredis to this package instead. Current implementation looks kinda like:
```
import Keyv from 'keyv';
import KeyvRedis from '@keyv/redis';
import Redis f…
-
Hello. Can you help me with this issue? This already spammed my logs
My connect options:
```
{
lazyConnect: true,
sentinels: [
{ host: "xx.xx.x.41", port: 26379 }, { host: "xx.xx.x.42", p…
-
Tried with 6, 7 and 8 on Docker.
I use a connection pair where I do on A:
`CLIENT TRACKING ON REDIRECT prefix BCAST NOLOOP`
And on B:
`SUBSCRIBE __redis__:invalidate`
In answer to thi…
-
I just deployed the app to Vercel to play around with it, and I've made no changes to the code. It seems to work at first because I can interact and get responses to queries that appear. But when I'm …