Show if admin flag is set
This commit is contained in:
parent
8a7aa8c730
commit
8da5461fdd
|
@ -14,6 +14,9 @@ if hostname == nil:
|
||||||
if optPort == 0:
|
if optPort == 0:
|
||||||
optPort = 6379
|
optPort = 6379
|
||||||
|
|
||||||
|
if admin:
|
||||||
|
echo "Connecting with admin permissions"
|
||||||
|
|
||||||
echo "hostname: ", hostname
|
echo "hostname: ", hostname
|
||||||
echo "port: ", optPort
|
echo "port: ", optPort
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue