0.0.12 • Published 3 years ago

@involves/redis2-lib v0.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago