Skip to content

Commit cb98faf

Browse files
committed
Pass on the command to redis-cli
1 parent a5fb004 commit cb98faf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redis/3-highly-available/usr/local/share/redis_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
function sentinel_command()
44
{
5-
redis-cli -h redis-sentinel -p 26379 --csv SENTINEL
5+
redis-cli -h redis-sentinel -p 26379 --csv SENTINEL "$@"
66
}
77

88
function get_existing_master()

0 commit comments

Comments
 (0)