Skip to content

Commit e1ffbc7

Browse files
committed
Update README
1 parent 29a32aa commit e1ffbc7

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

readme.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ The memcached cache engine can take the following options:
121121
122122
# Memcached options
123123
'compress' => false,
124-
'persistent' => true,
125-
'persistent_id' => 'mc',
124+
'persistent' => false,
126125
'login' => null,
127126
'password => null,
128127
'serialize' => 'php'
@@ -135,13 +134,8 @@ Compress the cached data. Unlike memcache, memcache**d** can increment/decrement
135134

136135
### persistent
137136

138-
*Default: `true`*
139-
Use a persistent connection to the memcached server
140-
141-
### persistent_id
142-
143-
*Default: `mc`*
144-
If you're using more than one persistent connection, you should assign them a different `persistent_id` each.
137+
*Default: `false`*
138+
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.
145139

146140
### login and password
147141

0 commit comments

Comments
 (0)