-
I compiled a Redis++ static library using the following method:
cmake -DCMAKE_PREFIX_PATH=/home/hiredisInstall -DCMAKE_INSTALL_PREFIX=/home/install/redis-plus-plus -DREDIS_PLUS_PLUS_CXX_STANDARD=11…
-
`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…
-
New Redis is around the corner, and this mock lib is breaking in two clear cases:
- methods are not promisified, whereas redis supports that
- 'setEx' no not defined on the mock client (but setex …
-
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 …
-
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 "…
-
For some testing purposes it would be nice to have a mock network module that is configurable.
There are different mocking versions that we could have:
- Preconfigured message stack
- We co…
-
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:
```
…
-
## Versions
* mock_redis: 0.45.0
* Ruby: 3.3.6
* Rails: 7.2.2
## Description
There is a difference in behavior between `MockRedis#hset` and `Redis#hset` when passing a flattened array.
#…