Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config using socket? #63

Open
kfe908 opened this issue Apr 18, 2020 · 1 comment
Open

Config using socket? #63

kfe908 opened this issue Apr 18, 2020 · 1 comment

Comments

@kfe908
Copy link

kfe908 commented Apr 18, 2020

Can phpmemcachedadmin being configured using a local socket or TCP only?

@kfe908 kfe908 changed the title Config using sockets? Config using socket? Apr 18, 2020
@sarman
Copy link

sarman commented Aug 16, 2020

@kfe908 in Config/Memcached.php write something like

'servers' => 
  array (
    '' => 
    array (
      'socket' =>
      array (
        'hostname' => 'unix:///var/run/memcached/memcached.sock',
        'port' => '0',
      ),
    ),
  ),

in servers section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants