-
Redis-mock does not implement the followings :
``` javascript
"zadd",
"zcard",
"zcount",
"zincrby",
"zinterstore",
"zrange",
"zrangebyscore",
"zrank",
"zrem",
…
-
```
I have altered an MIT licensed implementation of S3 called mock-s3 to function
as a pyfs expose module. I copied http.py's format to create the __init__.py.
You can find my work here:
https:/…
-
- [ ] 在本地使用h2模拟mysql 使用mock形式的redis
- [ ] idea插件 快捷键
-
Redis test mocks all tracing calls, so we're not actually verifying against OpenTracing API, which led to #20
-
### ⚠️ 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://…
-
Latest ray master
Py3.7
Linux
p3.2xlarge
I'm observing a memory leak when running ray/release/long_running_tests/workloads/apex.py, but only when run on a ray.cluster_utils.Cluster with 3 …
-
We can use ioredis_mock & msw for mimic redis + server responses.
-
I'm using node-redis client, and it supports a `prefix` option to prefix all keys provided to commands.
I didn't know unil now it was supported directly by Redis, and handled server-side.
The only…
-
Our use case for it is to load test a payment platform at significant scale, without bothering Stripe's API (though they are amenable to our load tests up to a certain number of transactions per secon…
andyt updated
9 years ago
-
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 …