-
-
Notifications
You must be signed in to change notification settings - Fork 96
Memcached
Alexandr edited this page Oct 21, 2017
·
7 revisions
Memcached database:
Driver library: libmemcached
Memcached server have 2 type of remote connection, with SASL(Secure connection) or without(Direct remote connection).
For direct remote connection you should specify host and port.
For direct remote connection with SASL you should specify host and port like in previous example, but also should be entered user name and password.
When all fields entered you can test your connection via test button.