-
I'd like to use redis-mock to mock out some of the stream API operations.
I'm working on the implementation.
c0d3d updated
3 years ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hi @luzuojin, the plugin does not appear to support gradle projects.
Example: Maven project - [redis/jedis: Redis Java client (github.com)](https://github.com/redis/jedis) works
![image](https…
-
Redis-mock does not support `multi` commands
Ref : [https://github.com/mranney/node_redis#clientmulticommands](https://github.com/mranney/node_redis#clientmulticommands)
-
```js
const MockRedis = require('ioredis-mock');
const redis = new MockRedis();
(async () => {
redis.defineCommand('nilTest', { numberOfKeys: 0, lua: 'return nil' });
const result = await r…
-
The `node_redis` documentation [recommends](https://github.com/NodeRedis/node_redis#bluebird-promises) promisifying like so:
```js
bluebird.promisifyAll(redis.Multi.prototype)
bluebird.promisifyA…
-
created a repo duplicating the problem: https://github.com/khawkinson/ioredis-mock-test
Basically this fails:
```javascript
import RedisMock from 'ioredis-mock';
import { describe, it } from 'mo…
-
As of Redis 4.0.0, HSET is variadic and allows for multiple field/value pairs.
`HSET myhash field1 "Hello" field2 "World"`
This is currently not supported in redis-mock?
-
node-redis is releasing a new "V4" version that supports promises for all methods across the board (see more about that [here](https://github.com/NodeRedis/node-redis/blob/master/docs/v3-to-v4.md)). T…
puchm updated
2 years ago
-
### 请描述您的问题
原版本为2.10.13,按照教程离线升级到2.10.15,kafka容器启动失败,查看docker log提示
`
===> User
uid=1000(appuser) gid=1000(appuser)
===> Setting default values of environment variables if not already set.
===> …