-
Hi everyone, could someone tell how to send an event from a process to server. I am creating a WebSocket server with Redis pub/sub and subscribing to a Redis channel in the WebSocket server process, b…
-
Hi,
Thank you for such a valuable project. I was looking for a redis mock to use in my unit tests and this one fits perfectly. However what I get from the mock does not completely match what test …
-
Is it possible mock go redis ClusterClient?
-
### Description
I am struggling to find a way to combine the modern Redis v4 client with the jest test framework.
This is my production code:
```
import redis from 'redis';
import config from…
-
Is there any way to mock rejson in a mocked Redis server in golang?
I am able to mock a Redis server using something like this using [miniredis](https://github.com/alicebob/miniredis) and [redismoc…
-
-
In your jest.config.ts
add:
```
{
...
setupFiles: ["./src/jest/jestInitialSetup.ts"],
}
```
jestInitialSetup.ts
```
import redis from "./redisV4Mock";
jest.mock("redis", () => redi…
-
Hi, I would love to contribute to this project however it seems like it is only possible to create a production-ready environment.
A development environment should only have minimal things necessar…
-
I've been trying to use this without success in typescript with nodenext. I installed typings from @types/ioredis-mock
```ts
import { redisMock } from "ioredis-mock";
const mockSender = new Redis…
-
Create a docker container for VariantGrid for easier onboarding for new devs or people wishing to test the product.
Here is a docker settings file that Andrew Patto setup, note at this point it doesn…