-
Currently, ioredis-mock does not have a way to mock a Redis.Cluster set up. What's the level of effort it will take to make that happen?
-
In node-redis (Redis) we are able to add multiple keys and values at once for a hash as we can see in this [file](https://github.com/redis/node-redis/blob/master/packages/client/lib/commands/HSET.ts).…
-
`cmsgpack` is a global lua object which allows to pack & unpack messagepacks.
It is a standard object that redis adds, therefore, in my opinion it is better to add it as this mock adds the [`redis`](…
-
`redismock` only seems to be available for `go-redis/redis/v8`, but we are using `go-redis/redis/v9`. Strangely, I haven't been able to find any discussions about this. Is this because v9 is still in …
-
It is not possible to mock `@InjectRedis() private readonly redis: Redis` in unit tests. The following error occurs:
```
ENOENT: no such file or directory, open 'node:child_process'
at Runt…
MFrat updated
2 months ago
-
### Apache Airflow version
2.9.3
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Hello,
This is a copy-paste of an issue we also post on celery/kombu an…
-
### Discussed in https://github.com/redis/go-redis/discussions/2640
Originally posted by **IcefireCgrbza** July 4, 2023
I want to test my system's downgrading abilit, so I mock redis sigstop …
-
The following code should print `bar` to the console. However, instead it prints `undefined`.
Running redis-mock version `0.56.3`.
```
var redis = require("redis-mock"),
client = redis.cre…
-
- [ ] How will you do authentication/authorization?
- [ ] What features would you like? (Dashboard, connect to different rooms, private rooms, inviting to rooms, DMs, sending emojis, sending media)
- …
-
Hi 👋
I was unit testing my functions that interact with Arq, however all the mocking is becoming rather heavy and I find there would be more value if I rather perform more of integration kind of t…