{"library":"redis-js","type":"library","category":null,"description":"An in-memory Redis-compatible mock implementation in pure JavaScript, ideal for testing Redis-dependent code without a real server. Version 0.1.2 (stable, low release cadence) supports core Redis commands (SET, GET, DEL, pub/sub, createClient) with blocking, callback, async, and promise styles. Unlike other mocks, it runs entirely in-memory and can be used in both Node.js and browser environments. No network overhead, no external dependencies.","language":"javascript","status":"maintenance","version":"0.1.2","tags":["javascript","redis","mock","mock-redis","redis mock","redis testing","redis test","test redis","in-memory"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install redis-js","imports":["var redis = require('redis-js');","var client = redis.createClient();","var redis = window.redismock;"]},{"cmd":"yarn add redis-js","imports":[]},{"cmd":"pnpm add redis-js","imports":[]}],"homepage":"https://github.com/wilkenstein/redis-mock-js#readme","github":"git://github.com/wilkenstein/redis-mock-js","docs":null,"changelog":null,"pypi":null,"npm":"redis-js","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}