Skip to content
Snippets Groups Projects

Add the memcached plugin (object caching)

Merged ale requested to merge memcache-object-cache into master
Files
2
+ 4
2
@@ -131,7 +131,8 @@
},
"extra": {
"wordpress-install-dir": "app",
@@ -198,7 +199,8 @@
],
"app/wp-content": [
"package:stuttter/ludicrousdb:ludicrousdb/drop-ins/db.php,ludicrousdb/drop-ins/db-error.php",
"package:wpackagist-plugin/wp-super-cache:advanced-cache.php"
"package:wpackagist-plugin/wp-super-cache:advanced-cache.php",
"package:wpackagist-plugin/memcached:object-cache.php"
],
"app": [
"package:noblogs/r2db:db-config.php,nginx-map/wp-nginx-map-json.php,nginx-map/wp-nginx-map.php"
Loading