PHP uses redis, php uses redis_PHP tutorial

Source: Internet
Author: User
PHP uses redis and php uses redis. PHP uses redis, php uses redis? Php * obtain the database name from the platform * $ dbname; * obtain the host, port, user, pwd * $ host from the environment variables; $ port; $ user; $ pwd; try {* set up PHP to use redis, and php to use redis
 Connect ($ host, $ port); if ($ ret = false) {die ($ redis-> getLastError ());} $ ret = $ redis-> auth ($ user. "-". $ pwd. "-". $ dbname); if ($ ret = false) {die ($ redis-> getLastError ();}/* then you can operate the database, for more information, see phpredis official document */$ redis-> flushdb (); $ ret = $ redis-> set ("key", "value "); if ($ ret = false) {die ($ redis-> getLastError ();} else {echo "OK ". $ redis-> get ("key") ;}} catch (RedisException $ e) {d Ie ("Uncaught exception". $ e-> getMessage () ;}?>

  

Http://www.bkjia.com/PHPjc/924353.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/924353.htmlTechArticlePHP using redis, php using redis? Php/* obtain the database name from the platform */$ dbname = "";/* obtain the host, port, user, pwd */$ host = ''from the environment variable ''; $ port = ''; $ user =''; $ pwd = ''; try {/* to create...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.