{"library":"mock-redis","type":"library","category":null,"description":"An in-memory mock for basic Redis operations, currently at version 0.0.3. This package implements a subset of Redis functions purely in memory, intended for testing or development scenarios where a real Redis server is unavailable. It is an early-stage project with limited functionality, not suitable for production use. Alternatives like ioredis-mock or redis-mock provide more mature and feature-complete solutions. There is no active maintenance or release cadence.","language":"javascript","status":"active","version":"0.0.3","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install mock-redis","imports":["import MockRedis from 'mock-redis'; const client = new MockRedis();","import { createClient } from 'mock-redis'; const client = createClient();","import { MockRedis } from 'mock-redis'; const client = new MockRedis();"]},{"cmd":"yarn add mock-redis","imports":[]},{"cmd":"pnpm add mock-redis","imports":[]}],"homepage":"https://github.com/willin/mock-redis#readme","github":"ssh://git@github.com/willin/mock-redis","docs":null,"changelog":null,"pypi":null,"npm":"mock-redis","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}