Memcache: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 June 2024

  • curprev 08:5908:59, 20 June 2024Qljca talk contribs 542 bytes +542 Created page with "==Installation== <pre> yum install memcached libmemcached libmemcached-devel cyrus-sasl-devel yum install https://repo.almalinux.org/almalinux/8/devel/x86_64/os/Packages/memcached-devel-1.5.22-2.el8.x86_64.rpm chkconfig memcached on ; systemctl enable memcached ; systemctl start memcached </pre> ==Install PHP extension== <pre> for PHP in $(ls -h /opt/cpanel |grep ea-php); do echo $PHP; sudo /opt/cpanel/$PHP/root/usr/bin/pecl channel-update pecl.php.net; printf '\n' | su..."