{"library":"redmock","type":"library","category":null,"description":"RedMock is a mock Redis server for Node.js unit tests, allowing developers to test Redis-dependent code without stubbing the client library. Version 1.0.0 supports basic Redis commands, sentinel, and clustering. It requires Node >= 5.7.0. Unlike simple stubs, RedMock provides a real in-memory server that behaves like Redis, reducing the risk of integration bugs. The project is no longer actively maintained, and alternatives like ioredis-mock or redis-mock are recommended for newer projects.","language":"javascript","status":"maintenance","version":"1.0.0","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install redmock","imports":["const RedisServer = require('redmock');","const server = new RedisServer();"]},{"cmd":"yarn add redmock","imports":[]},{"cmd":"pnpm add redmock","imports":[]}],"homepage":"https://github.com/smokerbag/redmock#readme","github":"https://github.com/smokerbag/redmock","docs":null,"changelog":null,"pypi":null,"npm":"redmock","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}