-
Reaching way back here, but back in #66 (almost 10 years ago!) some discussion was happening about how to get fakeredis to work with sidekiq, but I haven't had any luck. It might be related to redis …
-
Hi,
This library is great and hoping to put it into full use shortly. However I am using behind a Factory pattern to abstract away the cache implementation (so we can easily swap in out). I was look…
-
We have a pretty complicated setup currently, and to speed up our tests we would like to mock redis + redisearch. Do you know of any preexisting library that does it? We looked into `fakeredis`, issue…
-
Hello,
Would it be feasible to implement handling DEBUG env (`DEBUG=ioredis:*`), as in https://github.com/luin/ioredis#debug to print out everything related to redis? (i.a. when a connection is insta…
-
When using redis_lock , the following errors began to be received:
```bash
Traceback (most recent call last):
File "./appointment/lock.py", line 40, in wrapped
lock.release()
File "/hom…
-
**Summary:**
Apart from isolated unit tests should contain flow tests, where various common/expected flows are tested. For example in NS context that could be an example:
1. Create a device via…
-
-
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.
-
Includes:
- [x] Controller and Methods for CRUD
- [ ] Input validation: DTOs, Pipes
- [ ] Unify response: input validation errors, crud responses, processing error, server error - Interceptors
…
-
# **Problem Definition:**
We aim to build an API that allows basic CRUD operations. Additionally, the API should have proper logging and metrics configured to ensure we can monitor its performance …