Skip to content
#

ioredis

Here are 71 public repositories matching this topic...

moyarich
moyarich commented Mar 31, 2021

I was trying to use iosredis-mock with the bull queue library when it screamed at me saying that "client is not a function"
It looks like iosredis has a client function.

this is the code that I was trying to make work

/**
 * https://github.com/OptimalBits/bull
 * 
 */

async function mockBullQ(){

const Queue = require("bull");  
const RedisMock = require('ioredi

Improve this page

Add a description, image, and links to the ioredis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ioredis topic, visit your repo's landing page and select "manage topics."

Learn more