-
```
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:/…
-
```
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:/…
-
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?
-
```
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:/…
-
```
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:/…
-
# Issue
ioredis-mock `rpop` command doesn't have the same behavior as in ioredis.
## ioredis
`rpop` has a `count` parameter that allows to retrieve X messages in 1 command. See
`rpop` wil…
-
We are using [ioredis-tree](https://github.com/shimohq/ioredis-tree) package to store some hierarchical tree structures in Redis.
However, the lua scripts this library runs depend on `csmgpack` lib…
-
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…
-
When running the test suite with Python 3.13.0b2, I'm getting the following failures (all tests pass with 3.12):
```pytb
$ python -m pytest --ignore tests/performance/
===========================…
-
### Proposal
We can take turn implement the changes in this PR https://github.com/kedacore/keda/pull/5676. This is related to the original issue here https://github.com/kedacore/keda/issues/5037. I…