월요일, 3월 17, 2025
HomeLinuxmemcached-php-backup-restore

memcached-php-backup-restore

memcached-php-backup-restore

1.참조 URL : https://github.com/Meabed/memcached-php-backup-restore

2. m.php 사용을 위한 사전 설치요구 페키지

apt-get install -y php5-cli
apt-get install -y php5-memcache

3.Usage example

Example Usage : php m.php -h 127.0.0.1 -p 11211 -op restore
Example Usage : php m.php -h 127.0.0.1 -p 11211 -op backup
-h : Memcache Host address ( default is 127.0.0.1 )
-p : Memcache Port ( default is 11211 )
-p : Operation is required !! ( available options is : restore , backup )
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular