ioredis-mock icon indicating copy to clipboard operation
ioredis-mock copied to clipboard

Emulates ioredis by performing all operations in-memory.

Results 95 ioredis-mock issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^7.32.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/eslint/7.32.0/8.20.0) |...

dependencies
major

@stipsan I tried to use the ioredis-mock library in our project with the following line of code to mock redis cluster. `jest.mock("ioredis", () => jest.requireActual("ioredis-mock"));` but I am getting (`nodes...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/cli](https://babel.dev/docs/en/next/babel-cli) ([source](https://togithub.com/babel/babel)) | [`7.17.10` -> `7.18.9`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.17.10/7.18.9) |...

dependencies
patch

E.g. this would allow mocking the subset of functionality that was used in an application for #1143 or the currently missing `cjson` or other applications that aren't supported This would...

enhancement
question
lua

In lua 5.2, the global function unpack was moved to table.unpack. closes #1193

https://www.lua.org/pil/5.1.html has a pure lua polyfill for `unpack` that can be used. This can be declared alongside other functions declared in luaExecString in defineRedisObject in src/commands/defineCommand.js or `unpack = table.unpack`...

When a client is created using `lazyConnect`, then a `connect()` is required and it works fine. However, when a `disconnect()` is called, a new `connect()` is not allowed anymore. Let's...

bug

`cmsgpack` is a global lua object which allows to pack & unpack messagepacks. It is a standard object that redis adds, therefore, in my opinion it is better to add...

enhancement
good first issue
lua

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

dependencies
lockFileMaintenance

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. --- Using a [curated preset](https://redirect.github.com/sanity-io/renovate-config#readme) maintained by Sanity: The Content Operating System --- ##...

🤖 bot