1.0.0 • Published 2 years ago

fastify-upstash-redis v1.0.0

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

MY_PLUGIN

js-standard-style CI workflow(MY_PLUGIN_URL /workflows/CI%20workflow/badge.svg)

Supports Fastify versions 4.x

Install

npm i __MY_PLUGIN__

Usage

Require __MY_PLUGIN__ and register.

const fastify = require('fastify')()

fastify.register(require('__MY_PLUGIN__'), {
  // put your options here
})

fastify.listen({ port: 3000 })

Acknowledgements

License

Licensed under MIT.

1.0.0

2 years ago