rate-limit-redis

v4.0.0
A Redis store for the `express-rate-limit` middleware

clean

del-cli dist/ coverage/ *.log *.tmp *.tgz *.bak

build

pkgroll --src source/

compile

run-s clean build

lint:code

xo

lint:rest

prettier --check .

lint

run-s lint:*

format:code

xo --fix

format:rest

prettier --write .

format

run-s format:*

test:lib

jest

test

run-s lint test:*

pre-commit

lint-staged

prepare

run-s compile && husky install config/husky

Metadata

  • MIT
  • >= 16
  • Wyatt Johnson
  • released 9/15/2023

Downloads