Skip to main content

Packs for Redis modules into a distributable format

Project description

# RAMP Redis Automatic Module Packaging

Similar to npm init, this packer bundles Redis Modules for later distribution.

It gathers information from modules e.g. module’s name, command list, version and additional metadata.

# Prerequisites Make sure redis-server is on your PATH

`sh export PATH=$PATH:<PATH_TO_REDIS> `

# Usage

## Command line mode

`sh ramp <PATH_TO_RedisModule.so> -a <author> -e <email> -ar <architecture> -d <description> -ho <homepage> -l <license> -ex <extras> -c <cmdargs> -r <redis-min-version> `

For Help

`sh ramp -h `

## Output ramp generates module.zip

Which contains:

  1. RedisModule.so - original module

  2. Module.json - module’s metadata

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

ramp-packer-1.8.0.tar.gz (8.0 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