node-valkey

v1.0.3
A modern, high performance Valkey client
valkey

test

npm run test -ws --if-present

build:client

npm run build -w ./packages/client

build:test-utils

npm run build -w ./packages/test-utils

build:tests-tools

npm run build:client && npm run build:test-utils

build:modules

find ./packages -mindepth 1 -maxdepth 1 -type d ! -name 'client' ! -name 'test-utils' -exec npm run build -w {} \;

build

tsc

build-all

npm run build:client && npm run build:test-utils && npm run build:modules && npm run build

documentation

npm run documentation -ws --if-present

gh-pages

gh-pages -d ./documentation -e ./documentation -u 'documentation-bot <documentation@bot>'
npm i node-valkey

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 4/4/2024

Downloads

Maintainers