-
**Version**:
- redis-py: 4.5.4
- redis: 6.0.2
- python 3.11.3
**Platform**:
- MAC
**Description**:
redis.py
```
import redis.asyncio as aioredis
pool = aioredis.ConnectionPool(
…
-
-
I'm trying to use this package in a typescript application but can't find type declarations anywhere. Just making sure they don't exist before I create some.
-
Martin Fowler suggested that the way to deal with complex external dependencies in tests is to create a recording test double. This double can run either as a proxy that calls the real implementation,…
-
As discussed with @JanVetter the current plan is to implement 3 different layer of testing the resources (controller):
* "Unit tests" → Broker are mocked (e.g. `ServiceResourceUnitTests`)
* "Integra…
-
### What is the problem?
Based on the recent investigation, it seems like each of ray workers has 8~9 direct connections to Redis along with other connections to other components. We should ref…
-
Recently upgraded from `0.11b0` to `0.19b0` and having issues getting the redis instrumentation to work with the [fakeredis](https://pypi.org/project/fakeredis/) package that is being currently used t…
-
After talking to @nrk about this project he shortly after published niseredis, a redis server mock:
https://github.com/nrk/niseredis
It already includes an implementation for quite a few commands mi…
clue updated
10 years ago
-
Would it be possible to remove the client restriction [here](https://github.com/getconversio/redis-metrics/blob/master/lib/metrics.js#L25-L30) and either:
1. Allow everything, thereby putting respo…
-
I have written the simple UT in Jest and also used nestjs-redis module for redis operation when i run the UT i am getting following error, i tried to mock as fn() but getting same issue.
```
Nes…