Skip to content

Commit 55901a2

Browse files
committed
Update MemcachedDashboard.php
1 parent 003594e commit 55901a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Dashboards/Memcached/MemcachedDashboard.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ private function connect(array $server) {
8484
$memcached->addServer($server['host'], (int) $server['port']);
8585
}
8686

87+
// Add to config.dist.php when SASL is fully supported.
88+
//'sasl_username' => '', // Optional, when not using SASL
89+
//'sasl_password' => '', // Optional, when not using SASL
8790
if (isset($server['sasl_username'], $server['sasl_password'])) {
8891
try {
8992
$memcached->sasl();

0 commit comments

Comments
 (0)