We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003594e commit 55901a2Copy full SHA for 55901a2
1 file changed
src/Dashboards/Memcached/MemcachedDashboard.php
@@ -84,6 +84,9 @@ private function connect(array $server) {
84
$memcached->addServer($server['host'], (int) $server['port']);
85
}
86
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
90
if (isset($server['sasl_username'], $server['sasl_password'])) {
91
try {
92
$memcached->sasl();
0 commit comments