https://github.com/smknstd/php-memcache-demo
Really basic memcache demo with php, pdo and mysql.
https://github.com/smknstd/php-memcache-demo
Last synced: about 1 year ago
JSON representation
Really basic memcache demo with php, pdo and mysql.
- Host: GitHub
- URL: https://github.com/smknstd/php-memcache-demo
- Owner: smknstd
- Created: 2014-09-27T13:41:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-27T14:39:50.000Z (over 11 years ago)
- Last Synced: 2025-01-16T11:32:52.370Z (over 1 year ago)
- Language: PHP
- Size: 375 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## Demo basique d'utilisation de Memcache en php

Mise en œuvre du principe de base du caching de requête mysql avec memcache. Le nombre de likes est récupéré dans memecache quand il est disponible au lieu d'être calculé. That's all folks !
### Ressources
- [tutoriel](http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers) sur l'utilisation de PDO