1.0.3 • Published 7 years ago

usdocker-redis v1.0.3

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

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.

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago