-
It doesn't seem to work with fastify (v5) anymore - just shuts down even though there are inflight requests.
Example server :
```
import Fastify from "fastify";
import GracefulServer from "@g…
-
**The problem/use-case that the feature addresses**
Redis is more and more popular, it's always strongly relied upon. It's diffcult to write test cases, if a project imports the Redis.
**Descrip…
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
We are using [ioredis-tree](https://github.com/shimohq/ioredis-tree) package to store some hierarchical tree structures in Redis.
However, the lua scripts this library runs depend on `csmgpack` lib…
-
## Redis package updates
Starting to pull in some `express-session` code in an experimental branch, I uncovered that redis has an update ([v3 to v4 notes](https://github.com/redis/node-redis/blob/m…
-
Hi,
Trying this module to emulate ioredis and do not see expired values being removed. For example against a Redis the value key "foo" is removed after 5 seconds. But when using this module I see
…
-
Hi,
Sorry if this is documented somewhere, but is there a way to force either Mock, MagicMock or CoroutineMock to always return CoroutineMock for method calls? I understand that this can work with …
-
Tests using mock, maybe tests involving real redis in travis, coverage
-
There are plenty of commands mocked which purport to return StringSlice or IntSlice, but there are no tests which exercise them. When I attempted to test code which returns a slice from a command, I …
-
the most difficult task in all mock redis implements are lua support....