npm

This package has been deprecated

Author message:

This package has been deprecated. Please use @usdocker/redis

usdocker-redis

1.0.3 • Public • Published

Useful script for 'redis' service

This Useful Script creates a redis server based on a Docker Image. You don't have know docker to use this solution.

Installing

npm install -g usdocker-redis

Start the redis service

usdocker redis up

Stop the redis service

usdocker redis down

Check the redis status

usdocker redis status

Connect to the redis command line client

usdocker redis client -- [args]

Connect to the redis desktop manager (only Linux)

usdocker redis rdm && /tmp/rdm.sh

Customize your service

You can setup the variables by using:

usdocker redis --set variable=value

Default values

  • image: "redis:3-alpine",
  • rdmImage: "benoitg/redis-desktop-manager"
  • folder: "$HOME/.usdocker/data/redis",
  • port: 6379

Customize $HOME/.usdocker/setup/redis/conf/redis.conf

You can setup your redis by setup the file "redis.conf".

Note that default configuration requires the password "password".

You can just changed the "requirepass" field.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i usdocker-redis

    Weekly Downloads

    2

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • byjg