{"id":33625,"date":"2023-07-01T15:07:57","date_gmt":"2022-10-09T15:20:15","guid":{"rendered":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/"},"modified":"2024-01-15T07:54:50","modified_gmt":"2024-01-14T23:54:50","slug":"%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2","status":"publish","type":"post","link":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/","title":{"rendered":"\u5728AlmaLinux OS 9\u4e0a\u5b89\u88ddRedis 7\uff08AppStream\uff09"},"content":{"rendered":"<h1>\u9996\u5148<\/h1>\n<p>\u4f7f\u7528Application Stream (AppStream) \u5728 AlmaLinux OS 9 \u4e0a\u5b89\u88c5 Redis 7\u3002<\/p>\n<h2>\u652f\u6301<\/h2>\n<p>\u5982\u679c\u4f7f\u7528\u672c\u65b9\u6cd5\u8fdb\u884c\u5bfc\u5165\uff0c\u5219\u6839\u636e\u300aRed Hat Enterprise Linux Application Streams Life Cycle &#8211; Red Hat Customer Portal\u300b\u7684\u4fe1\u606f\uff0c\u9884\u8ba12026\u5e7411\u6708\u5c06\u8fbe\u5230\u7ec8\u6b62\u751f\u547d\u5468\u671f\uff08EOL\uff09\u3002<br \/>\n\u4e4b\u540e\u53ef\u80fd\u4e0d\u4f1a\u9488\u5bf9\u62a5\u544a\u7684\u6f0f\u6d1e\u548c\u95ee\u9898\u8fdb\u884c\u4fee\u590d\u3002<\/p>\n<h2>\u65e5\u5fd7<\/h2>\n<h3>\u5b89\u88c5<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> <span class=\"nb\">cat<\/span> \/etc\/redhat-release\r\n<span class=\"go\">AlmaLinux release 9.3 (Shamrock Pampas Cat)\r\n\r\n<\/span><span class=\"gp\">#<\/span> yum module list redis\r\n<span class=\"go\">Last metadata expiration check: 0:00:26 ago on Thu Nov 23 05:36:27 2023.\r\nAlmaLinux 9 - AppStream\r\nName                  Stream                Profiles                  Summary\r\nredis                 7                     common [d]                Redis persistent key-value database\r\n\r\nHint: [d]efault, [e]nabled, [x]disabled, [i]nstalled\r\n\r\n<\/span><span class=\"gp\">#<\/span> yum module <span class=\"nb\">install<\/span> <span class=\"nt\">-y<\/span> redis:7\r\n<span class=\"go\">... \u7565\r\n<\/span><\/code><\/pre>\n<h3>\u4e00\u79cd\u9009\u62e9\u662f\u201c\u5404\u79cd\u786e\u8ba4\u201d\u3002<\/h3>\n<pre class=\"post-pre\"><code><span class=\"gp\">#<\/span> which redis-server\r\n<span class=\"go\">\/usr\/bin\/redis-server\r\n\r\n<\/span><span class=\"gp\">#<\/span> \/usr\/bin\/redis-server <span class=\"nt\">-v<\/span>\r\n<span class=\"go\">Redis server v=7.0.12 sha=00000000:0 malloc=jemalloc-5.2.1 bits=64 build=fc0dd1598e160a57\r\n\r\n<\/span><span class=\"gp\">#<\/span> yum info redis\r\n<span class=\"go\">Last metadata expiration check: 0:01:25 ago on Thu Nov 23 05:36:27 2023.\r\nInstalled Packages\r\nName         : redis\r\nVersion      : 7.0.12\r\nRelease      : 1.module_el9.3.0+38+47d78df1\r\nArchitecture : x86_64\r\nSize         : 5.7 M\r\nSource       : redis-7.0.12-1.module_el9.3.0+38+47d78df1.src.rpm\r\nRepository   : @System\r\nFrom repo    : appstream\r\nSummary      : A persistent key-value database\r\nURL          : https:\/\/redis.io\r\nLicense      : BSD-3-Clause AND BSD-2-Clause AND MIT\r\nDescription  : Redis is an advanced key-value store. It is often referred to as a data\r\n             : structure server since keys can contain strings, hashes, lists, sets and\r\n             : sorted sets.\r\n             :\r\n<\/span><span class=\"gp\">             : You can run atomic operations on these types, like appending to a string;<\/span>\r\n<span class=\"gp\">             : incrementing the value in a hash;<\/span> pushing to a list<span class=\"p\">;<\/span> computing <span class=\"nb\">set<\/span>\r\n<span class=\"gp\">             : intersection, union and difference;<\/span> or getting the member with highest\r\n<span class=\"go\">             : ranking in a sorted set.\r\n             :\r\n             : In order to achieve its outstanding performance, Redis works with an\r\n             : in-memory dataset. Depending on your use case, you can persist it either\r\n             : by dumping the dataset to disk every once in a while, or by appending\r\n             : each command to a log.\r\n             :\r\n             : Redis also supports trivial-to-setup master-slave replication, with very\r\n             : fast non-blocking first synchronization, auto-reconnection on net split\r\n             : and so forth.\r\n             :\r\n             : Other features include Transactions, Pub\/Sub, Lua scripting, Keys with a\r\n             : limited time-to-live, and configuration settings to make Redis behave like\r\n             : a cache.\r\n             :\r\n             : You can use Redis from most programming languages also.\r\n<\/span><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u9996\u5148 \u4f7f\u7528Application Stream (AppStream) \u5728 AlmaLinux OS 9 \u4e0a\u5b89 [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-33625","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.5 (Yoast SEO v21.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u5728AlmaLinux OS 9\u4e0a\u5b89\u88ddRedis 7\uff08AppStream\uff09 - Blog - Silicon Cloud<\/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.silicloud.com\/zh\/blog\/\u5728almalinux-os-9\u4e0a\u5b89\u88ddredis-7\uff08appstream\uff09\u3002-2\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u5728AlmaLinux OS 9\u4e0a\u5b89\u88ddRedis 7\uff08AppStream\uff09\" \/>\n<meta property=\"og:description\" content=\"\u9996\u5148 \u4f7f\u7528Application Stream (AppStream) \u5728 AlmaLinux OS 9 \u4e0a\u5b89 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.silicloud.com\/zh\/blog\/\u5728almalinux-os-9\u4e0a\u5b89\u88ddredis-7\uff08appstream\uff09\u3002-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Silicon Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-09T15:20:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-14T23:54:50+00:00\" \/>\n<meta name=\"author\" content=\"\u79d1, \u96c5\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u79d1, \u96c5\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/\",\"name\":\"\u5728AlmaLinux OS 9\u4e0a\u5b89\u88ddRedis 7\uff08AppStream\uff09 - Blog - Silicon Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\"},\"datePublished\":\"2022-10-09T15:20:15+00:00\",\"dateModified\":\"2024-01-14T23:54:50+00:00\",\"author\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/41e222757cdd2a3365361328bd79970a\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.silicloud.com\/zh\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u5728AlmaLinux OS 9\u4e0a\u5b89\u88ddRedis 7\uff08AppStream\uff09\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#website\",\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/\",\"name\":\"Blog - Silicon Cloud\",\"description\":\"\",\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/41e222757cdd2a3365361328bd79970a\",\"name\":\"\u79d1, \u96c5\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1b2d3e00a7df03689797ebd4af8c5827ba5af936849a71050ec331f4cf902c5d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1b2d3e00a7df03689797ebd4af8c5827ba5af936849a71050ec331f4cf902c5d?s=96&d=mm&r=g\",\"caption\":\"\u79d1, \u96c5\"},\"url\":\"https:\/\/www.silicloud.com\/zh\/blog\/author\/keya\/\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/#local-main-organization-logo\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Blog - Silicon Cloud\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u5728AlmaLinux OS 9\u4e0a\u5b89\u88ddRedis 7\uff08AppStream\uff09 - Blog - Silicon Cloud","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.silicloud.com\/zh\/blog\/\u5728almalinux-os-9\u4e0a\u5b89\u88ddredis-7\uff08appstream\uff09\u3002-2\/","og_locale":"zh_CN","og_type":"article","og_title":"\u5728AlmaLinux OS 9\u4e0a\u5b89\u88ddRedis 7\uff08AppStream\uff09","og_description":"\u9996\u5148 \u4f7f\u7528Application Stream (AppStream) \u5728 AlmaLinux OS 9 \u4e0a\u5b89 [&hellip;]","og_url":"https:\/\/www.silicloud.com\/zh\/blog\/\u5728almalinux-os-9\u4e0a\u5b89\u88ddredis-7\uff08appstream\uff09\u3002-2\/","og_site_name":"Blog - Silicon Cloud","article_published_time":"2022-10-09T15:20:15+00:00","article_modified_time":"2024-01-14T23:54:50+00:00","author":"\u79d1, \u96c5","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u79d1, \u96c5","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/","url":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/","name":"\u5728AlmaLinux OS 9\u4e0a\u5b89\u88ddRedis 7\uff08AppStream\uff09 - Blog - Silicon Cloud","isPartOf":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website"},"datePublished":"2022-10-09T15:20:15+00:00","dateModified":"2024-01-14T23:54:50+00:00","author":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/41e222757cdd2a3365361328bd79970a"},"breadcrumb":{"@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.silicloud.com\/zh\/blog\/"},{"@type":"ListItem","position":2,"name":"\u5728AlmaLinux OS 9\u4e0a\u5b89\u88ddRedis 7\uff08AppStream\uff09"}]},{"@type":"WebSite","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#website","url":"https:\/\/www.silicloud.com\/zh\/blog\/","name":"Blog - Silicon Cloud","description":"","inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/41e222757cdd2a3365361328bd79970a","name":"\u79d1, \u96c5","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1b2d3e00a7df03689797ebd4af8c5827ba5af936849a71050ec331f4cf902c5d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1b2d3e00a7df03689797ebd4af8c5827ba5af936849a71050ec331f4cf902c5d?s=96&d=mm&r=g","caption":"\u79d1, \u96c5"},"url":"https:\/\/www.silicloud.com\/zh\/blog\/author\/keya\/"},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.silicloud.com\/zh\/blog\/%e5%9c%a8almalinux-os-9%e4%b8%8a%e5%ae%89%e8%a3%9dredis-7%ef%bc%88appstream%ef%bc%89%e3%80%82-2\/#local-main-organization-logo","url":"","contentUrl":"","caption":"Blog - Silicon Cloud"}]}},"_links":{"self":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/33625","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/comments?post=33625"}],"version-history":[{"count":2,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/33625\/revisions"}],"predecessor-version":[{"id":57550,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/posts\/33625\/revisions\/57550"}],"wp:attachment":[{"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/media?parent=33625"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/categories?post=33625"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.silicloud.com\/zh\/blog\/wp-json\/wp\/v2\/tags?post=33625"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}