# php-redis-cli **Repository Path**: wangningkai/php-redis-cli ## Basic Information - **Project Name**: php-redis-cli - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-31 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PhP Redis Command Line A simple PHP redis command line tool. ## Getting Started ### Global ```bash # move to ENV path: mv redis-cli.phar /usr/local/bin/redis-cli chmod a+x /usr/local/bin/redis-cli # check redis-cli -V ``` ## Build ```bash git clone https://github.com/wangningkai/php-redis-cli cd php-redis-cli composer install // build php -d phar.readonly=0 bin/app phar:pack -o=redis-cli.phar ``` ## Authors * **WangNingkai** - *Initial work* - [WangNingkai](https://github.com/wangningkai) ## License This project is licensed under the MIT License