3.0.5 • Published 3 years ago

@runnerty/executor-redis v3.0.5

Weekly downloads
15
License
MIT
Repository
github
Last release
3 years ago

NPM version Downloads Dependency Status

Redis executor for Runnerty:

Installation:

Through NPM

npm i @runnerty/executor-redis

You can also add modules to your project with runnerty

npx runnerty add @runnerty/executor-redis

This command installs the module in your project, adds example configuration in your config.json and creates an example plan of use.

If you have installed runnerty globally you can include the module with this command:

runnerty add @runnerty/executor-redis

Configuration sample:

{
  "id": "redis_default",
  "type": "@runnerty-executor-redis",
  "password": "redis_password",
  "host": "redishost.com",
  "port": "6379",
  "db": 0,
  "options": {}
}

More info about options here.

Plan sample:

{
  "id":"redis_default",
  "command_file": "/etc/runnerty/redis_files/test.txt"
}
{
  "id":"redis_default",
  "command": "KEYS *"
}

Output (Process values):

  • PROCESS_EXEC_DATA_OUTPUT: Redis output message.
  • PROCESS_EXEC_ERR_OUTPUT: Error output message.
3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.1

3 years ago

2.0.0

4 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago