1.1.4 • Published 4 years ago

testapi6-mockapi v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

testapi6-redis

Execute redis command

Features

  • Exec redis command

Read document details

How to use

Installation

// install via npm
npm install -g testapi6-redis

// install via yarn
yarn global add testapi6-redis

Use in yaml

- Require:
    root: path_to_this_modules
    modules:
      - testapi6-redis/dist/index.js
- Redis:
    connection: redis://localhost:6379
    commands: 
      - title: Get users
        command: 
          - get
          - users
        var: rs
1.1.4

4 years ago

1.1.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago