3 lines
96 B
Text
3 lines
96 B
Text
#!/bin/bash
|
|
|
|
docker exec -ti redis_redis-server_1 redis-cli -a <%= @redis_host_password %> ${@}
|