Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
litespeed_wiki:lsmcd:new_sasl [2019/03/28 12:37]
Robert Perper [Configure for PHP]
litespeed_wiki:lsmcd:new_sasl [2019/03/28 17:58]
Robert Perper [Configure for PHP]
Line 67: Line 67:
 Some notes for all programming environments:​ Some notes for all programming environments:​
    * You must instantiate an instance of the Memcached object (Memcache no longer works).    * You must instantiate an instance of the Memcached object (Memcache no longer works).
-   * You must use the binary protocol.+   * You must use the binary protocol ​(must be the first Memcached method). 
 +   * You must turn off compression.
    * You must make the call to set the SASL authentication information (user/​password) before you add the server.    * You must make the call to set the SASL authentication information (user/​password) before you add the server.
    * Once you add the server successfully,​ you can perform all standard Memcached operations (get, put, etc.).    * Once you add the server successfully,​ you can perform all standard Memcached operations (get, put, etc.).
  • Admin
  • Last modified: 2019/11/27 14:32
  • by Robert Perper