Update 'README.md'

This commit is contained in:
virtubox 2017-07-09 04:45:33 +00:00
parent ca86967e5d
commit 9beefbecde
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ Simply run the command to install a script
This script install redis-server and the PHP PECL extension for redis.
```
wget -qO redis.sh https://git.virtubox.net/virtubox/plesk-script/raw/master/redis-cache.sh && bash redis.sh
bash <(wget --no-check-certificate -O - https://git.virtubox.net/virtubox/plesk-script/raw/master/redis-cache.sh)
```
This script install memcached and the PHP PECL extension for memcached.
### plesk-php7 memcached extension and memcached
```
wget -qO memcached.sh https://git.virtubox.net/virtubox/plesk-script/raw/master/memcached.sh && bash memcached.sh
bash <(wget --no-check-certificate -O - https://git.virtubox.net/virtubox/plesk-script/raw/master/memcached.sh)
```