Skip to content
#

redis-server

Here are 291 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

MsCoreOne is a simple Ecommerce with using many technologies such as .NET 5, Entity Framework Core 5, React 16.13 with modern Clean Architecture, Domain-Driven Design, CQRS, SOLID, Identity Server 4, Blazor. It will focus on resolving the problems always see in the process to develop projects.

  • Updated Jul 10, 2021
  • C#

cachegrand is an open-source fast, scalable and secure Key-Value store able to act as Redis drop-in replacement, designed from the ground up to take advantage of modern hardware vertical scalability, able to provide better performance and a larger cache at lower cost, without losing focus on distributed systems.

  • Updated Oct 14, 2021
  • C
jpbrodsky
jpbrodsky commented Jun 19, 2020

🚀 Feature Request

What problem is this feature looking to solve?
I am running using a large (150k) samples file, with three columns (source, location, seed). I would like to, during and after a merlin run, create reports about the task status (queued, completed, failed). I'd like these reports to aggregate in various categories, including aggregating by a sample variable and aggrega

Improve this page

Add a description, image, and links to the redis-server 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 redis-server topic, visit your repo's landing page and select "manage topics."

Learn more