Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add unix socket doc
  • Loading branch information
wpbullet committed Sep 15, 2016
1 parent 0acfc06 commit 42a39af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ $memcached_servers = array(
);
```

### How can I use unix sockets with memcached server(s)? ###

Add something similar like this near the top of the wp-config.php
```
$memcached_servers = array( 'default' => array(
'/var/run/memcached/memcached.sock:0')
);
```

## Changelog ##

Expand Down

0 comments on commit 42a39af

Please sign in to comment.