{"id":7817,"date":"2022-08-05T18:26:04","date_gmt":"2022-08-05T09:26:04","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=7817"},"modified":"2023-02-06T17:57:14","modified_gmt":"2023-02-06T08:57:14","slug":"centos-redis-%ec%84%a4%ec%b9%98-%eb%b0%8f-%ec%84%a4%ec%a0%95","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=7817","title":{"rendered":"[CentOS] Redis \uc124\uce58 \ubc0f \uc124\uc815"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/08\/redis_512x512.png\"><img loading=\"lazy\" decoding=\"async\" width=\"256\" height=\"256\" src=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/08\/redis_512x512.png\" alt=\"\" class=\"wp-image-7818\" srcset=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/08\/redis_512x512.png 256w, https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/08\/redis_512x512-150x150.png 150w\" sizes=\"auto, (max-width: 256px) 100vw, 256px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">1.\uc124\uce58<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">yum -y install redis<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">2.\uc2e4\ud589, \uc911\uc9c0, \uc7ac\uc2dc\uc791<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \"># systemctl start redis\n# systemctl stop redis\n# systemctl restart redis<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">3.\uc0c1\ud0dc\ud655\uc778<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \"># systemctl status redis\n\u25cf redis-server.service - Advanced key-value store\n     Loaded: loaded (\/lib\/systemd\/system\/redis-server.service; enabled; vendor preset: enabled)\n     Active: active (running) since Thu 2022-07-07 12:02:31 UTC; 5s ago\n       Docs: http:\/\/redis.io\/documentation,\n             man:redis-server(1)\n    Process: 1363 ExecStart=\/usr\/bin\/redis-server \/etc\/redis\/redis.conf (code=exited, status=0\/SUCCESS)\n   Main PID: 1379 (redis-server)\n      Tasks: 4 (limit: 2274)\n     Memory: 1.8M\n     CGroup: \/system.slice\/redis-server.service\n             \u2514\u25001379 \/usr\/bin\/redis-server 127.0.0.1:6379<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">4.\uc124\uc815\ud30c\uc77c<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \"># vi \/etc\/redis.conf<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">4.1\ubaa8\ub4e0 \uc544\uc774\ud53c \ud5c8\uc6a9<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">#bind 127.0.0.1\nbind 0.0.0.0<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">4.2\ud3ec\ud2b8\ubcc0\uacbd<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">#port 6379 \nport 19876\n<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">4.3\uc811\uc18dPassword \uc124\uc815<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">requirepass pas232332<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">4.4\uc798\ub418\ub294\uc9c0 \ud655\uc778<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">redis-cli ping\nPONG<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">4.5 redis-server \uae30\ud0c0 \uc815\ubcf4 \ud655\uc778<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">[root@localhost ~]# redis-server\n1786:C 09 Aug 2022 16:33:53.917 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo\n1786:C 09 Aug 2022 16:33:53.917 # Redis version=7.0.2, bits=64, commit=00000000, modified=0, pid=1786, just started\n1786:C 09 Aug 2022 16:33:53.917 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server \/path\/to\/redis.conf\n1786:M 09 Aug 2022 16:33:53.918 * Increased maximum number of open files to 10032 (it was originally set to 1024).\n1786:M 09 Aug 2022 16:33:53.918 * monotonic clock: POSIX clock_gettime\n                _._\n           _.-``__ ''-._\n      _.-``    `.  `_.  ''-._           Redis 7.0.2 (00000000\/0) 64 bit\n  .-`` .-```.  ```\\\/    _.,_ ''-._\n (    '      ,       .-`  | `,    )     Running in standalone mode\n |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379\n |    `-._   `._    \/     _.-'    |     PID: 1786\n  `-._    `-._  `-.\/  _.-'    _.-'\n |`-._`-._    `-.__.-'    _.-'_.-'|\n |    `-._`-._        _.-'_.-'    |           https:\/\/redis.io\n  `-._    `-._`-.__.-'_.-'    _.-'\n |`-._`-._    `-.__.-'    _.-'_.-'|\n |    `-._`-._        _.-'_.-'    |\n  `-._    `-._`-.__.-'_.-'    _.-'\n      `-._    `-.__.-'    _.-'\n          `-._        _.-'\n              `-.__.-'\n\n1786:M 09 Aug 2022 16:33:53.920 # WARNING: The TCP backlog setting of 511 cannot be enforced because \/proc\/sys\/net\/core\/somaxconn is set to the lower value of 128.\n1786:M 09 Aug 2022 16:33:53.920 # Server initialized\n1786:M 09 Aug 2022 16:33:53.920 * Ready to accept connections\n<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">4.6 redis-server \ub0ae\uc740\ubc84\uc804\uc73c\ub85c \uc124\uce58\ub41c \uacbd\uc6b0<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \"># redis-server\n21785:C 11 Aug 15:24:56.659 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server \/path\/to\/redis.conf\n21785:M 11 Aug 15:24:56.660 * Increased maximum number of open files to 10032 (it was originally set to 1024).\n                _._\n           _.-``__ ''-._\n      _.-``    `.  `_.  ''-._           Redis 3.2.12 (00000000\/0) 64 bit\n  .-`` .-```.  ```\\\/    _.,_ ''-._\n (    '      ,       .-`  | `,    )     Running in standalone mode\n |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379\n |    `-._   `._    \/     _.-'    |     PID: 21785\n  `-._    `-._  `-.\/  _.-'    _.-'\n |`-._`-._    `-.__.-'    _.-'_.-'|\n |    `-._`-._        _.-'_.-'    |           http:\/\/redis.io\n  `-._    `-._`-.__.-'_.-'    _.-'\n |`-._`-._    `-.__.-'    _.-'_.-'|\n |    `-._`-._        _.-'_.-'    |\n  `-._    `-._`-.__.-'_.-'    _.-'\n      `-._    `-.__.-'    _.-'\n          `-._        _.-'\n              `-.__.-'\n<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">4.7 <strong>EPEL \ubc0f YUM Utilities \ud328\ud0a4\uc9c0 \uc124\uce58<\/strong>  \ud6c4  redis \ub2e4\uc2dc \uc124\uce58 <\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \"># yum remove redis\n\n# yum install -y epel-release yum-utils\n\n# yum install http:\/\/rpms.remirepo.net\/enterprise\/remi-release-7.rpm\n\n# yum-config-manager --enable remi\n\n# yum info redis | egrep 'Name|Arch|Version'\nName        : redis\nArch        : x86_64\nVersion     : 7.0.4\n\n# yum install redis<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">5. \ub85c\uceec\uc5d0 \uc811\uc18d<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \"># redis-cli\n127.0.0.1:6379&gt;\n<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">5.0  \ud638\uc2a4\ud2b8, \ud3ec\ud2b8, \ube44\ube48\uc73c\ub85c \uc811\uc18d<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">[root@localhost ~]# redis-cli -h 127.0.0.1 -p 19876 -a pas232332\nWarning: Using a password with '-a' or '-u' option on the command line interface may not be safe.\n127.0.0.1:19876&gt;\n<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">5.2  \ud55c\uae00 \uc548\uae68\uc9c0\uac8c \ud638\uc2a4\ud2b8, \ud3ec\ud2b8, \ube44\ube48\uc73c\ub85c \uc811\uc18d<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">[root@localhost ~]# redis-cli --raw -h 127.0.0.1 -p 19876 -a pas232332\nWarning: Using a password with '-a' or '-u' option on the command line interface may not be safe.\n127.0.0.1:19876&gt;\n<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">5.3 \ub370\uc774\ud0c0 \ub123\uae30<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">127.0.0.1:6379&gt; set 5 \"five\"\n\n<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">5.4 \ub370\uc774\ud0c0 \ubcf4\uae30 <\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">127.0.0.1:6379&gt; get 5 \n\"five\"\n\n<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">6. Command \uc5d0\uc11c \ubc14\ub85c \ub123\uace0 \ubcf4\uae30 <\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \">[root@localhost ~]# redis-cli --raw set \"KR\" \"\ud55c\uae00\"\nOK\n[root@localhost ~]# redis-cli --raw get \"KR\"\n\ud55c\uae00\n\n\n<\/pre><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>1.\uc124\uce58 2.\uc2e4\ud589, \uc911\uc9c0, \uc7ac\uc2dc\uc791 3.\uc0c1\ud0dc\ud655\uc778 4.\uc124\uc815\ud30c\uc77c 4.1\ubaa8\ub4e0 \uc544\uc774\ud53c \ud5c8\uc6a9 4.2\ud3ec\ud2b8\ubcc0\uacbd 4.3\uc811\uc18dPassword \uc124\uc815 4.4\uc798\ub418\ub294\uc9c0 \ud655\uc778 4.5 redis-server \uae30\ud0c0 \uc815\ubcf4 \ud655\uc778 4.6 redis-server \ub0ae\uc740\ubc84\uc804\uc73c\ub85c \uc124\uce58\ub41c \uacbd\uc6b0 4.7 <a class=\"mh-excerpt-more\" href=\"https:\/\/www.auctionpro.co.kr\/?p=7817\" title=\"[CentOS] Redis \uc124\uce58 \ubc0f \uc124\uc815\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[242],"tags":[],"class_list":["post-7817","post","type-post","status-publish","format-standard","hentry","category-redis"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[CentOS] Redis \uc124\uce58 \ubc0f \uc124\uc815 - AuctionPro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auctionpro.co.kr\/?p=7817\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[CentOS] Redis \uc124\uce58 \ubc0f \uc124\uc815 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"1.\uc124\uce58 2.\uc2e4\ud589, \uc911\uc9c0, \uc7ac\uc2dc\uc791 3.\uc0c1\ud0dc\ud655\uc778 4.\uc124\uc815\ud30c\uc77c 4.1\ubaa8\ub4e0 \uc544\uc774\ud53c \ud5c8\uc6a9 4.2\ud3ec\ud2b8\ubcc0\uacbd 4.3\uc811\uc18dPassword \uc124\uc815 4.4\uc798\ub418\ub294\uc9c0 \ud655\uc778 4.5 redis-server \uae30\ud0c0 \uc815\ubcf4 \ud655\uc778 4.6 redis-server \ub0ae\uc740\ubc84\uc804\uc73c\ub85c \uc124\uce58\ub41c \uacbd\uc6b0 4.7 [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=7817\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-05T09:26:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-06T08:57:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/08\/redis_512x512.png\" \/>\n\t<meta property=\"og:image:width\" content=\"256\" \/>\n\t<meta property=\"og:image:height\" content=\"256\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"3\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7817#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7817\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"[CentOS] Redis \uc124\uce58 \ubc0f \uc124\uc815\",\"datePublished\":\"2022-08-05T09:26:04+00:00\",\"dateModified\":\"2023-02-06T08:57:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7817\"},\"wordCount\":10,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7817#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/redis_512x512.png\",\"articleSection\":[\"Redis\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7817#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7817\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7817\",\"name\":\"[CentOS] Redis \uc124\uce58 \ubc0f \uc124\uc815 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7817#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7817#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/redis_512x512.png\",\"datePublished\":\"2022-08-05T09:26:04+00:00\",\"dateModified\":\"2023-02-06T08:57:14+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7817#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7817\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7817#primaryimage\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/redis_512x512.png\",\"contentUrl\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/redis_512x512.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7817#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[CentOS] Redis \uc124\uce58 \ubc0f \uc124\uc815\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[CentOS] Redis \uc124\uce58 \ubc0f \uc124\uc815 - AuctionPro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.auctionpro.co.kr\/?p=7817","og_locale":"ko_KR","og_type":"article","og_title":"[CentOS] Redis \uc124\uce58 \ubc0f \uc124\uc815 - AuctionPro","og_description":"1.\uc124\uce58 2.\uc2e4\ud589, \uc911\uc9c0, \uc7ac\uc2dc\uc791 3.\uc0c1\ud0dc\ud655\uc778 4.\uc124\uc815\ud30c\uc77c 4.1\ubaa8\ub4e0 \uc544\uc774\ud53c \ud5c8\uc6a9 4.2\ud3ec\ud2b8\ubcc0\uacbd 4.3\uc811\uc18dPassword \uc124\uc815 4.4\uc798\ub418\ub294\uc9c0 \ud655\uc778 4.5 redis-server \uae30\ud0c0 \uc815\ubcf4 \ud655\uc778 4.6 redis-server \ub0ae\uc740\ubc84\uc804\uc73c\ub85c \uc124\uce58\ub41c \uacbd\uc6b0 4.7 [...]","og_url":"https:\/\/www.auctionpro.co.kr\/?p=7817","og_site_name":"AuctionPro","article_published_time":"2022-08-05T09:26:04+00:00","article_modified_time":"2023-02-06T08:57:14+00:00","og_image":[{"width":256,"height":256,"url":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/08\/redis_512x512.png","type":"image\/png"}],"author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"3\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=7817#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7817"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"[CentOS] Redis \uc124\uce58 \ubc0f \uc124\uc815","datePublished":"2022-08-05T09:26:04+00:00","dateModified":"2023-02-06T08:57:14+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7817"},"wordCount":10,"commentCount":0,"image":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7817#primaryimage"},"thumbnailUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/08\/redis_512x512.png","articleSection":["Redis"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=7817#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=7817","url":"https:\/\/www.auctionpro.co.kr\/?p=7817","name":"[CentOS] Redis \uc124\uce58 \ubc0f \uc124\uc815 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7817#primaryimage"},"image":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7817#primaryimage"},"thumbnailUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/08\/redis_512x512.png","datePublished":"2022-08-05T09:26:04+00:00","dateModified":"2023-02-06T08:57:14+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7817#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=7817"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.auctionpro.co.kr\/?p=7817#primaryimage","url":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/08\/redis_512x512.png","contentUrl":"https:\/\/www.auctionpro.co.kr\/wp-content\/uploads\/2022\/08\/redis_512x512.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=7817#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"[CentOS] Redis \uc124\uce58 \ubc0f \uc124\uc815"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/7817","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7817"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/7817\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7817"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7817"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7817"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}