Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 19, 2013
1 parent 29a32aa commit e1ffbc7
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ The memcached cache engine can take the following options:
# Memcached options
'compress' => false,
'persistent' => true,
'persistent_id' => 'mc',
'persistent' => false,
'login' => null,
'password => null,
'serialize' => 'php'
Expand All @@ -135,13 +134,8 @@ Compress the cached data. Unlike memcache, memcache**d** can increment/decrement

### persistent

*Default: `true`*
Use a persistent connection to the memcached server

### persistent_id

*Default: `mc`*
If you're using more than one persistent connection, you should assign them a different `persistent_id` each.
*Default: `false`*
Use a persistent connection to the memcached server. To enable, set `persistent` to an unique string, to identify the connection. All configurations using the same persistent value will share a single underlying connection.

### login and password

Expand Down

0 comments on commit e1ffbc7

Please sign in to comment.