0.0.12 • Published 2 years ago

@involves/redis2-lib v0.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@involves/redis2-lib

Build status Quality Gate Status

Install

npm install @involves/redis-lib2 --save

Example usage

    const express = require('express')
    const { RedisMiddleware } = require('@involves/redis2-lib')

    const app = express()
    app.use(RedisMiddleware.setRedisIntegration)
    app.get('/:id', (req, res) => {
        const record = await req.integrations.redis.get(req.query.id)
        res.send(record)
    })

How to run the tests

At the terminal, just type the command:

make test
0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago