网站搭建共1篇
wordpress Redis+FastCGI Cache缓存-RSG-人生观

wordpress Redis+FastCGI Cache缓存

配置Redis把下面代码粘贴到wp-config.php这个文件在web服务器的目录内。define('WP_REDIS_HOST', 'rediswp'); define('WP_REDIS_PORT', 6379); define('WP_REDIS_DATABASE', 0);define('WP_REDI...