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 22b6f0f commit f8aeeeaCopy full SHA for f8aeeea
1 file changed
src/Dashboards/Memcached/Compatibility/Memcache.php
@@ -69,6 +69,6 @@ public function store(string $key, string $value, int $expiration = 0): bool {
69
* @throws MemcachedException
70
*/
71
public function sasl(): void {
72
- throw new MemcachedException('Memcache does not support SASL authentication, use Memcached extension.');
+ throw new MemcachedException('Memcache extension does not support SASL authentication.');
73
}
74
0 commit comments