1.0.0 • Published 3 years ago

@amndns/redis-ts v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@amndns/redis-ts is a class-based wrapper module for the ioredis library.

✨ Features

Redis Client

  • decorator RedisClient
  • decorator RedisClusterClient

🚀 Get Started

This project was created using TypeScript.

Below is a guide on the common commands you might use all throughout the development process. In the project directory, you can run:

yarn install

Installs all package dependencies of the app. Make sure you have yarn installed and configured first.

yarn build-ts

Transpiles all of the .ts files from the src/ directory into .js CommonJS files. The target directory is in the dist/ folder.

yarn lint

Launches the linter against all of the .ts files from the src/ and test/ directory. The project specifically uses ESLint and Prettier as the linter and code formatter, respectively.

yarn test:unit

Launches the test runner in interactive watch mode using Jest. The test is launched against all of the .ts files from the test/ directory.


This README was generated with ❤️ by readme-md-generator