-
Trying to understand how to use mock-kue. The README says just require it. But I only want to use it during testing. Do I put an if statement around it or what? Or does mock-kue realize its running…
-
- 项目选择
- 数据库搭建
- 后端搭建
- 前端搭建
- CI流水线
- 网关搭建
- 管理端和用户端都能看到实际页面
- 本地开发环境h2数据库和mock redis
-
We use redislite for our unit tests. We've recently started using the [RedisJSON](https://redis.io/docs/stack/json/) module, which causes our unit tests to break seeing redislite does not support the …
-
## 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…
-
## Interesting followups:
### ioredis
- [ ] Take advantage of [transparent key prefixing](https://github.com/luin/ioredis#transparent-key-prefixing) so we can remove some boilerplate code
- […
-
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 …
-
**Describe the bug**
Our test cases need a Redis module dependency to run, but this should not be the case as test cases should be independent of these types of dependencies. These dependencies shoul…
-
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 …
-
https://github.com/WINNERWINNER2023/dev_city/blob/main/__tests__/integration/integration.spec.js
회원가입 시 로그인까지 그대로 진행되는 로직인데 테스트 코드임에도 redis에 set을 하고 있어 질문 드립니다.
https://github.com/WINNERWINNER20…
-
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…