redis-memory-server

v0.11.0
Redis Server for testing. The server will allow you to connect your favorite client library to the Redis Server and run parallel integration tests isolated from each other.
redis mock stub redis-prebuilt

postinstall

node ./scripts/postinstall

clean

rimraf tmp lib coverage node_modules/.cache

build

rimraf ./lib && tsc -p ./tsconfig.build.json

watch

cross-env REDISMS_DOWNLOAD_DIR=./tmp jest --watchAll

coverage

cross-env REDISMS_DOWNLOAD_DIR=./tmp jest --coverage --runInBand

lint

yarn eslint && yarn tscheck

release

standard-version

prepublishOnly

yarn build

eslint

eslint '**/*.{js,ts}'

test

yarn lint && yarn coverage

test:watch

yarn watch

tscheck

tsc --noEmit
npm i redis-memory-server

Metadata

  • MIT
  • >=16
  • Unknown
  • released 7/1/2024

Downloads

Maintainers