{"id":4410,"date":"2018-02-22T18:21:02","date_gmt":"2018-02-22T18:21:02","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2018\/02\/22\/how-to-install-redis-on-your-vps-dedicated-server\/"},"modified":"2023-08-16T13:34:34","modified_gmt":"2023-08-16T17:34:34","slug":"how-to-install-redis-on-your-vps-dedicated-server","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/","title":{"rendered":"How to Install Redis on Your VPS\/Dedicated Server"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png\" alt=\"Install Redis on VPS\/Dedicated server\" class=\"wp-image-94915\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p> You may have already heard about Redis databases. Likewise, you may have noticed that many websites use Redis as an object cache to serve pages faster. In this article, we\u2019ll show you how to install Redis on your <a href=\"https:\/\/www.inmotionhosting.com\/vps-hosting\">VPS<\/a> or <a href=\"https:\/\/www.inmotionhosting.com\/dedicated-servers\">Dedicated server<\/a>. <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#how-to-install-redis\">How To Install Redis<\/a><\/li>\n\n\n\n<li><a href=\"#test-redis-installation\">How To Test Your Redis Installation<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-install-redis\">How To Install Redis<\/h2>\n\n\n\n<p>\nAdd EPEL repository, if needed:\n<\/p>\n\n\n\n<pre id=\"org922c3b3\" class=\"wp-block-preformatted example\">yum -y install epel-release\n<\/pre>\n\n\n\n<p>\nInstall Redis with <code>yum<\/code> package manager:\n<\/p>\n\n\n\n<pre id=\"org44a9025\" class=\"wp-block-preformatted example\">yum install redis -y\n<\/pre>\n\n\n\n<p>\nNow, you will just need to start the Redis service, which will be different for certain versions of Centos:\n<\/p>\n\n\n\n<p>\nCentOS 5\/6:\n<\/p>\n\n\n\n<pre id=\"org1978209\" class=\"wp-block-preformatted example\">service redis start\nchkconfig redis on\n<\/pre>\n\n\n\n<p>\nFor CentOS 7:\n<\/p>\n\n\n\n<pre id=\"org25afc90\" class=\"wp-block-preformatted example\">systemctl start redis\nsystemctl enable redis\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"test-redis-installation\">How To Test Your Redis Installation<\/h2>\n\n\n\n<p>\nNow, you should have Redis installed and running as a service in your system.  You can test the installation with the following command:\n<\/p>\n\n\n\n<pre id=\"org143f9ac\" class=\"wp-block-preformatted example\">redis-cli ping\n<\/pre>\n\n\n\n<p>\nAnd you will see this response:\n<\/p>\n\n\n\n<pre id=\"orgd6b35cb\" class=\"wp-block-preformatted example\">PONG\n<\/pre>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\">\n\n\n\n<p> Well done!  You now know how to install Redis on your VPS\/Dedicated server.  If you have any issues, or require a more unique configuration, consider working with the InMotion Hosting managed hosting team: <\/p>\n\n\n<!-- Shortcode [cloud-server-cta5] does not exist -->\n","protected":false},"excerpt":{"rendered":"<p>You may have already heard about Redis databases. Likewise, you may have noticed that many websites use Redis as an object cache to serve pages faster. In this article, we\u2019ll show you how to install Redis on your VPS or Dedicated server. How To Install Redis Add EPEL repository, if needed: yum -y install epel-release<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\"> Read More ><\/a><\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4448],"tags":[],"class_list":["post-4410","post","type-post","status-publish","format-standard","hentry","category-server"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Redis on Your VPS\/Dedicated Server<\/title>\n<meta name=\"description\" content=\"Learn how to install Redis on your VPS\/Dedicated server. You can then use Redis for a variety of purposes. o as an object cache to serve pages faster.\" \/>\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.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Redis on Your VPS\/Dedicated Server\" \/>\n<meta property=\"og:description\" content=\"Learn how to install Redis on your VPS\/Dedicated server. You can then use Redis for a variety of purposes. o as an object cache to serve pages faster.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-22T18:21:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-16T17:34:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png\" \/>\n<meta name=\"author\" content=\"Christopher Maiorana\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christopher Maiorana\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\"},\"author\":{\"name\":\"Christopher Maiorana\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\"},\"headline\":\"How to Install Redis on Your VPS\/Dedicated Server\",\"datePublished\":\"2018-02-22T18:21:02+00:00\",\"dateModified\":\"2023-08-16T17:34:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\"},\"wordCount\":171,\"commentCount\":5,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png\",\"articleSection\":[\"Server Technologies\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\",\"name\":\"How to Install Redis on Your VPS\/Dedicated Server\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png\",\"datePublished\":\"2018-02-22T18:21:02+00:00\",\"dateModified\":\"2023-08-16T17:34:34+00:00\",\"description\":\"Learn how to install Redis on your VPS\/Dedicated server. You can then use Redis for a variety of purposes. o as an object cache to serve pages faster.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server.png\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Redis on Your VPS\/Dedicated Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\",\"name\":\"Christopher Maiorana\",\"description\":\"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Redis on Your VPS\/Dedicated Server","description":"Learn how to install Redis on your VPS\/Dedicated server. You can then use Redis for a variety of purposes. o as an object cache to serve pages faster.","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.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Redis on Your VPS\/Dedicated Server","og_description":"Learn how to install Redis on your VPS\/Dedicated server. You can then use Redis for a variety of purposes. o as an object cache to serve pages faster.","og_url":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2018-02-22T18:21:02+00:00","article_modified_time":"2023-08-16T17:34:34+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png","type":"","width":"","height":""}],"author":"Christopher Maiorana","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Christopher Maiorana","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/"},"author":{"name":"Christopher Maiorana","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f"},"headline":"How to Install Redis on Your VPS\/Dedicated Server","datePublished":"2018-02-22T18:21:02+00:00","dateModified":"2023-08-16T17:34:34+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/"},"wordCount":171,"commentCount":5,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png","articleSection":["Server Technologies"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/","url":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/","name":"How to Install Redis on Your VPS\/Dedicated Server","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server-1024x538.png","datePublished":"2018-02-22T18:21:02+00:00","dateModified":"2023-08-16T17:34:34+00:00","description":"Learn how to install Redis on your VPS\/Dedicated server. You can then use Redis for a variety of purposes. o as an object cache to serve pages faster.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/03\/How-to-Install-Redis-on-Your-VPSDedicated-Server.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/how-to-install-redis-on-your-vps-dedicated-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Install Redis on Your VPS\/Dedicated Server"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f","name":"Christopher Maiorana","description":"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.","sameAs":["https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4448,"name":"Server Technologies","slug":"server","link":"https:\/\/www.inmotionhosting.com\/support\/server\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4410","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=4410"}],"version-history":[{"count":6,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4410\/revisions"}],"predecessor-version":[{"id":106062,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4410\/revisions\/106062"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=4410"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=4410"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=4410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}