Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
<?php | |
/** | |
* PHP gen redis protocol function | |
* author: h2ero <[email protected]> | |
* date: 2013-07-24 15:01:42 | |
* useage: php gen_redis_proto.php | redis-cli --pipe | |
*/ | |
function gen_redis_proto() | |
{ | |
$CRLF = "\r\n"; |