{"id":201522,"date":"2025-05-10T08:45:08","date_gmt":"2025-05-10T00:45:08","guid":{"rendered":"https:\/\/server.hk\/cnblog\/201522\/"},"modified":"2025-05-10T08:45:08","modified_gmt":"2025-05-10T00:45:08","slug":"centos%e7%b3%bb%e7%bb%9f%e4%b8%adredis%e6%95%b0%e6%8d%ae%e5%ba%93%e7%9a%84%e5%ae%89%e8%a3%85%e9%85%8d%e7%bd%ae%e6%8c%87%e5%8d%97","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/201522\/","title":{"rendered":"CentOS\u7cfb\u7edf\u4e2dRedis\u6570\u636e\u5e93\u7684\u5b89\u88c5\u914d\u7f6e\u6307\u5357"},"content":{"rendered":"<p><b><\/b> <\/p>\n<h1>CentOS\u7cfb\u7edf\u4e2dRedis\u6570\u636e\u5e93\u7684\u5b89\u88c5\u914d\u7f6e\u6307\u5357<\/h1>\n<p><span style=\"cursor: pointer\"><i><\/i>\u6536\u85cf<\/span> <\/p>\n<p>\u5728\u6570\u636e\u5e93\u5b9e\u6218\u5f00\u53d1\u7684\u8fc7\u7a0b\u4e2d\uff0c\u6211\u4eec\u7ecf\u5e38\u4f1a\u9047\u5230\u4e00\u4e9b\u8fd9\u6837\u90a3\u6837\u7684\u95ee\u9898\uff0c\u7136\u540e\u8981\u5361\u597d\u534a\u5929\uff0c\u7b49\u95ee\u9898\u89e3\u51b3\u4e86\u624d\u53d1\u73b0\u539f\u6765\u4e00\u4e9b\u7ec6\u8282\u77e5\u8bc6\u70b9\u8fd8\u662f\u6ca1\u6709\u638c\u63e1\u597d\u3002\u4eca\u5929golang\u5b66\u4e60\u7f51\u5c31\u6574\u7406\u5206\u4eab\u300aCentOS\u7cfb\u7edf\u4e2dRedis\u6570\u636e\u5e93\u7684\u5b89\u88c5\u914d\u7f6e\u6307\u5357\u300b\uff0c\u804a\u804acentosredis\uff0c\u5e0c\u671b\u53ef\u4ee5\u5e2e\u52a9\u5230\u6b63\u5728\u52aa\u529b\u8d5a\u94b1\u7684\u4f60\u3002<\/p>\n<p><strong>1\u3001\u68c0\u67e5\u5b89\u88c5\u4f9d\u8d56\u7a0b\u5e8f<\/strong><\/p>\n<pre>\nyum install gcc-c++\nyum install -y tcl\nyum install wget\n<\/pre>\n<p><strong>2\u3001\u83b7\u53d6\u5b89\u88c5\u6587\u4ef6<\/strong><\/p>\n<pre>\nwget http:\/\/download.redis.io\/releases\/redis-2.8.13.tar.gz\n<\/pre>\n<p><strong>3\u3001\u89e3\u538b\u6587\u4ef6<\/strong><\/p>\n<pre>\ntar -xzvf redis-2.8.19.tar.gz\nmv redis-2.8.19 \/usr\/local\/redis\n<\/pre>\n<p><strong>4\u3001\u8fdb\u5165\u76ee\u5f55<\/strong><\/p>\n<pre>\ncd \/usr\/local\/redis\n<\/pre>\n<p><strong>5\u3001\u7f16\u8bd1\u5b89\u88c5<\/strong><\/p>\n<pre>\nmake\nmake install\n<\/pre>\n<p><strong>6\u3001\u8bbe\u7f6e\u914d\u7f6e\u6587\u4ef6\u8def\u5f84<\/strong><\/p>\n<pre>\nmkdir -p \/etc\/redis\ncp redis.conf\/etc\/redis\n<\/pre>\n<p><strong>7\u3001\u4fee\u6539\u914d\u7f6e\u6587\u4ef6<\/strong><\/p>\n<pre>\nvi \/etc\/redis\/redis.conf\n<\/pre>\n<p>\u4ec5\u4fee\u6539\uff1a<\/p>\n<pre>\ndaemonize yes \uff08no--&gt;yes\uff09\n<\/pre>\n<p><strong>8\u3001\u542f\u52a8<\/strong><\/p>\n<pre>\n\/usr\/local\/bin\/redis-server \/etc\/redis\/redis.conf\n<\/pre>\n<p><strong>9\u3001\u67e5\u770b\u542f\u52a8<\/strong><\/p>\n<pre>\nps -ef | grep redis \n<\/pre>\n<p><strong>10\u3001\u4f7f\u7528\u5ba2\u6237\u7aef<\/strong><\/p>\n<pre>\nredis-cli\n&gt;set name david\nOK\n&gt;get name\n\"david\"\n<\/pre>\n<p><strong>11.\u5173\u95ed\u5ba2\u6237\u7aef<\/strong><\/p>\n<pre>\nredis-cli shutdown\n<\/pre>\n<p><strong>12\u3001\u5f00\u673a\u542f\u52a8\u914d\u7f6e<\/strong><\/p>\n<pre>\necho \"\/usr\/local\/bin\/redis-server \/etc\/redis\/redis.conf &amp;\" &gt;&gt; \/etc\/rc.local\n\n<\/pre>\n<p><strong>PS\uff1a\u8ba9redis\u4ee5\u670d\u52a1\u65b9\u5f0f\u8fd0\u884c<br \/><\/strong>\u4e0b\u9762\u662f\u5c06redis\u914d\u7f6e\u4e3a\u670d\u52a1\u7684\u64cd\u4f5c\u6b65\u9aa4\uff0c\u9996\u5148\u5c06utils\/redis_init_script\u6587\u4ef6\u590d\u5236\u5230\/etc\/init.d\u4e0b <\/p>\n<pre>\ncp \/usr\/local\/redis-2.8.19\/utils\/redis_init_script \/etc\/rc.d\/init.d\/redis \n<\/pre>\n<p>\u5c06redis_init_script\u590d\u5236\u5230\/etc\/rc.d\/init.d\/\uff0c\u540c\u65f6\u6613\u540d\u4e3aredis&nbsp; <br \/> \u7136\u540e<\/p>\n<pre>\nvi \/etc\/rc.d\/init.d\/redis \n<\/pre>\n<p>\u5728\u6587\u6863\u7b2c\u4e8c\u884c\u6dfb\u52a0 <\/p>\n<pre>\n# chkconfig: 2345 80 90 \n<\/pre>\n<p>\u7136\u540e\u6ce8\u610f <\/p>\n<pre>\nEXEC=\/usr\/local\/redis\/bin\/redis-server  \nCLIEXEC=\/usr\/local\/redis\/bin\/redis-cli  \n<\/pre>\n<p>\u56e0\u4e3a\u6211\u4eec\u7684\u5b89\u88c5\u76ee\u5f55\u662f\/usr\/local\/redis-2.8.19,\u6240\u4ee5\u4e0a\u9762\u4e24\u884c\u6539\u4e3a <\/p>\n<pre>\nEXEC=\/usr\/local\/redis-2.8.19\/src\/redis-server  \nCLIEXEC=\/usr\/local\/redis-2.8.9\/src\/redis-cli  \n<\/pre>\n<p>\u8fd8\u8981\u6ce8\u610fredis\u6587\u4ef6\u7684 <\/p>\n<pre>\n$EXEC $CONF \n<\/pre>\n<p>\u5728CONF\u540e\u9762\u589e\u52a0&amp;&nbsp; <\/p>\n<pre>\n$EXEC $CONF &amp; \n<\/pre>\n<p>\u201c&amp;\u201d\uff0c\u5373\u662f\u5c06\u670d\u52a1\u8f6c\u5230\u540e\u9762\u8fd0\u884c\u7684\u610f\u601d\uff0c\u5426\u5219\u542f\u52a8\u670d\u52a1\u65f6\uff0cRedis\u670d\u52a1\u5c06\u5360\u636e\u5728\u524d\u53f0\uff0c\u5360\u7528\u4e86\u4e3b\u7528\u6237\u754c\u9762\uff0c\u9020\u6210\u5176\u5b83\u7684\u547d\u4ee4\u6267\u884c\u4e0d\u4e86\u3002 <br \/> \u53ef\u4ee5\u770b\u5230\u5728\/etc\/init.d\/redis\u6587\u4ef6\u4e2d\uff0c\u6709\u8fd9\u4e48\u4e00\u884c\uff1a <\/p>\n<pre>\nCONF=\"\/etc\/redis\/${REDISPORT}.conf\" \n<\/pre>\n<p>\u4e8e\u662f\u5c06redis\u914d\u7f6e\u6587\u4ef6\u62f7\u8d1d\u5230\/etc\/redis\/\u4e0b <\/p>\n<pre>\nmkdir \/etc\/redis   \ncp \/usr\/local\/redis-2.8.19\/redis.conf \/etc\/redis\/6379.conf  \n<\/pre>\n<p>\u5b8c\u6210\u4e0a\u9762\u7684\u64cd\u4f5c\u4e4b\u540e\uff0c\u5373\u53ef\u6ce8\u518c\u670d\u52a1\uff1a <\/p>\n<pre>\nchkconfig --add redis  \n<\/pre>\n<p>\u7136\u540e\u542f\u52a8redis\u670d\u52a1&nbsp; <\/p>\n<pre>\nservice redis start  \n<\/pre>\n<p>redis\u5c31\u53ef\u4ee5\u670d\u52a1\u65b9\u5f0f\u8fd0\u884c\u5566<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CentOS\u7cfb\u7edf\u4e2dRedis\u6570\u636e&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[101],"tags":[],"class_list":["post-201522","post","type-post","status-publish","format-standard","hentry","category-database"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/201522","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/comments?post=201522"}],"version-history":[{"count":0,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/201522\/revisions"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=201522"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=201522"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=201522"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}