-
When mocking commands like XAdd with multiple values the test will fail randomly depending on the order of the values the mock and client decide to put them in. Is there a way to validate that these c…
-
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).…
-
### 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…
-
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?
-
`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 …
-
`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`](…
-
### 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 …
-
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
3 months ago
-
Good evening.
How do I mock the method `AddCondition` from `ITransaction`?
My class:
```c#
public class SampleRedisRepository
{
private const string cFIELD_STATUS = "STATUS";
…
-
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…