-
How would you unit test the access layer? Is there a mini neptune or gremlin that I can use to test out the query and responses.
For redis and sql there are mocked databases, but I couldn't find an…
-
With the introduction of `ChannelMessageQueue Subscribe(...)` and the async version, `ISubscriber` is no longer mockable (because of `sealed class ChannelMessageQueue`) so it's difficult/impossible to…
-
is it possible to create a mysql database in memory use go-sqlmock?
just like https://github.com/alicebob/miniredis which creates a redis server in your own computer's memory with golang.
if so, we…
-
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 …
-
- 项目选择
- 数据库搭建
- 后端搭建
- 前端搭建
- CI流水线
- 网关搭建
- 管理端和用户端都能看到实际页面
- 本地开发环境h2数据库和mock redis
-
After updating to go-redis v9, I found that the custom hooks we have are not executed when added to the mock client.
The PR I made https://github.com/go-redis/redismock/pull/74 addresses it and fix…
-
**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…
-
redis.call('hget', 'foo', 'bar')
lua: ./redis-lua-unit/src/commands/hash.lua:22: assertion failed!
stack traceback:
[C]: in function 'assert'
./redis-lua-unit/src/commands/hash.lua:22: in fun…
-
Hello, any plans to add support for hset and hmset. I was using this library for mocking redis server, but couldn't use as i am using hset in my code. Or should I contribute?
-
Our use case is the following: for `kinto-http.js` we want an integration test to reproduce the situation where the history plugin was enabled after the creation of the collection. Since we use the me…