This Useful Script creates a redis server based on a Docker Image. You don't have know docker to use this solution.
npm install -g usdocker-redis
usdocker redis up
usdocker redis down
usdocker redis status
usdocker redis client -- [args]
usdocker redis rdm && /tmp/rdm.sh
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
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.