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.
2 parents c446225 + 9cb3089 commit 5568819Copy full SHA for 5568819
memcached-api.php
@@ -271,6 +271,8 @@ public function isPersistent( ) {}
271
272
public function isPristine( ) {}
273
274
+ public function setSaslAuthData( $username, $password ) {}
275
+
276
}
277
278
class MemcachedException extends Exception {
memcached.ini
@@ -81,3 +81,8 @@ memcached.compression_threshold = 2000
81
;
82
; The default is igbinary if available and php otherwise.
83
memcached.serializer = "igbinary"
84
85
+; Use SASL authentication for connections
86
+; valid values: On, Off
87
+; the default is Off
88
+memcached.use_sasl = Off
0 commit comments