Memcahed
Description: Memcahed is a memory cache server (similar to MySQL server)
Role: Improve the responsiveness of the web, such as caching database query results
Principle: Store data in memory (reason for speed increase)
Tutorial Related
System: Windows7 (x64)
Memcached version: 1.4.4
PHP Version: 5.6.30
Memcache extension: TS x64
First, install Memcached server
1.:http://www.runoob.com/memcached/window-install-memcached.html
2. Unzip the memcached folder inside the archive to the E: root directory
3. Open cmd as Administrator, go to the E:\memcached folder, execute command memcached-d install
4. Installation is successful (see memcached for computer services)
Related commands:
memcached-d Start//Open memcached
memcached-d Stop//off memcached
Second, PHP installation memcache extension
1.:http://pecl.php.net/package/memcache/3.0.8/windows
2. Download unzip there is a Php_memcache.dll file placed under the PHP installation directory under EXT
3. Open php.ini add php_memcache extension. Code:Extension=php_memcache.dll
4. Restart your service to install successfully. View Phpinfo to see Memcache extensions
Related tools:
Memcached Interface Manager: Https://github.com/junstor/memadmin
This is equivalent to phpMyAdmin, the default login password is admin
Install memcached server under Windows, PHP memcache extension