Skip to main content

RedisGears cli

Project description

license PyPI version CircleCI Releases Language grade: Python

gears-cli

Simple cli that allows the send python code to RedisGears

Install

pip install git+https://github.com/RedisGears/gears-cli.git

Usage

> gears-cli --help
usage: gears-cli [-h] [--host HOST] [--port PORT]
                 [--requirements REQUIREMENTS] [--password PASSWORD]
                 path [extra_args [extra_args ...]]

Run gears scripts on Redis(Gears)

positional arguments:
  path                  scripts paths
  extra_args            extra argument to send with the script (default: [])

optional arguments:
  -h, --help            show this help message and exit
  --host HOST           redis host (default: localhost)
  --port PORT           redis port (default: 6379)
  --requirements REQUIREMENTS
                        requirements file (default: None)
  --password PASSWORD   redis password (default: None)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gears-cli-0.1.0.tar.gz (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page