Skip to content

Commit f8aeeea

Browse files
committed
Update Memcache.php
1 parent 22b6f0f commit f8aeeea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dashboards/Memcached/Compatibility/Memcache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ public function store(string $key, string $value, int $expiration = 0): bool {
6969
* @throws MemcachedException
7070
*/
7171
public function sasl(): void {
72-
throw new MemcachedException('Memcache does not support SASL authentication, use Memcached extension.');
72+
throw new MemcachedException('Memcache extension does not support SASL authentication.');
7373
}
7474
}

0 commit comments

Comments
 (0)