Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | Github | OSChina 博客 | 雲社區 | 雲棲社區 | Facebook | Linkedin | 知乎專欄 | 視頻教程 | About

第 7 章 phpRedisAdmin

https://github.com/ErikDubbelboer/phpRedisAdmin

Example

You can find an example database at http://dubbelboer.com/phpRedisAdmin/

第一種方法

			git clone https://github.com/ErikDubbelboer/phpRedisAdmin
			cd phpRedisAdmin
			git clone https://github.com/nrk/predis
		

第二種方法

			git clone https://github.com/ErikDubbelboer/phpRedisAdmin.git
			cd phpRedisAdmin
			git submodule init
			git submodule update