-
Me and my co-worker had some fun today figuring out why:
- I could mock `\Redis` (the PHP extension)
- could specify an expectation for the method `eval`
- but whenever the eval method on the mocke…
-
`mget()` doesn't throw an error when for an empty array (which is the default behaviour in `ioredis`).
* `ioredis`
```javascript
var Redis = require('ioredis');
var redis = new Redis();
await r…
-
I Run This Command
from your documantation to check is it working correctly
`PYTHONPATH=$PYTHONPATH:$PWD django-admin.py test defender --settings=defender.test_settings`
but i always get this…
-
When trying to deploy Django Channels for the first time in production, I got the Redis `NoPermissionError` exception when using the `group_send()` function.
Example code that would produce the err…
-
This line:
https://github.com/yeahoffline/redis-mock/blob/84fed02fbbc76d4b3f6d1fcdda6516aa9ae2732b/lib/server/set.js#L11
prevents sad from being called with a single member. Example code:
```
…
-
**Version**: What redis-py and what redis version is the issue happening on?
redis-py: 4.6.0 and 5.0.7
redis: 7.2.4
**Platform**: What platform / version? (For example Python 3.5.1 on Windows 7 /…
-
Setting decode_responses on the client should cause the client to return strings instead of bytes objects in python 3.
```
Python 3.5.0 (default, Oct 24 2015, 09:48:42)
[GCC 4.9.2] on linux
Type "…
-
We discovered an issue with [phpredis](https://github.com/phpredis/phpredis).
We wan't to create a Redis mock to inject them into another class that expects an instance of `Redis`.
Our solution n…
-
So I'm using this project in a Lumen setup that uses Predis 1.1. Mocking a Redis server works perfectly when using individual Redis commands, however, I can't get it to work when using pipeline. When …
-
### ⚠️ 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://…