diff --git a/container/redis/start b/container/redis/start index 34266a0..4611fe4 100755 --- a/container/redis/start +++ b/container/redis/start @@ -24,6 +24,6 @@ cmd=( "${cmd[@]}"
# test -echo you can use cmd: redis-cli to start a redis client -echo and then use cmd: keys * +echo "you can use cmd: redis-cli to start a redis client"
you can start a redis client use cmd: redis-cli
+echo "and then use cmd: keys *"
Or we can delete these echo, that looks like unnecessary.
good
Thanks, Yinsi
Thanks, Xueliang
-- 2.23.0