Skip to content

Instantly share code, notes, and snippets.

@acosonic
Created March 10, 2023 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acosonic/3d7ed30ff31642d4be2a2c5f1446dc3d to your computer and use it in GitHub Desktop.
Save acosonic/3d7ed30ff31642d4be2a2c5f1446dc3d to your computer and use it in GitHub Desktop.
MemacheD (memcache with d) installation for PHP (run as root)
#!/bin/bash
apt install memcached libmemcached-tools
systemctl status memcached
echo stats | nc 127.0.0.1 11211
apt install php-memcached
phpenmod memcached
apache2ctl restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment