{"id":35538,"date":"2021-03-03T11:35:36","date_gmt":"2021-03-03T17:35:36","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=35538"},"modified":"2022-10-03T10:31:23","modified_gmt":"2022-10-03T15:31:23","slug":"how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/","title":{"rendered":"How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div>\r\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"742\" height=\"372\" class=\"wp-image-35876\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/03\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.jpg\" alt=\"\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/03\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.jpg 742w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/03\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04-300x150.jpg 300w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/03\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04-150x75.jpg 150w\" sizes=\"(max-width: 742px) 100vw, 742px\" \/><\/figure>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"alignright size-large\"><img decoding=\"async\" width=\"119\" height=\"102\" class=\"wp-image-35757\" title=\"Installing PHP 8 on Ubuntu 20.04\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/02\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.png\" alt=\"how to set up redis as a cache for mysql with php on ubuntu 20.04\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Redis is an open-source and in-memory data structure store that can be used for caching, real-time analytics, searching, and machine learning. Integrate Redis with PHP and MySQL will improve your application performance because Redis stores data in RAM.<\/p>\r\n\r\n\r\n\r\n<p>You can use it with databases like MySQL or MariaDB. Redis provides a mechanism to cache your queries. For example, when a user requests your application page the first time, a MySQL query is performed on the server, and Redis caches this query to RAM. When another user requests the same page, you don&#8217;t need to query the database again.<\/p>\r\n\r\n\r\n\r\n<p><!--more--><\/p>\r\n\r\n\r\n\r\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-transparent ez-toc-container-direction\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<label for=\"ez-toc-cssicon-toggle-item-69d1636426289\" class=\"ez-toc-cssicon-toggle-label\"><span class=\"ez-toc-cssicon\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/label><input type=\"checkbox\"  id=\"ez-toc-cssicon-toggle-item-69d1636426289\"  aria-label=\"Toggle\" \/><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#Prerequisites\" >Prerequisites<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#Step-1-Log-in-to-the-Server-Update-the-Server-OS-Packages\" >Step 1: Log in to the Server &amp; Update the Server OS Packages<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#Step-2-Install-LAMP-Server\" >Step 2: Install LAMP Server<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#Step-3-Install-and-Configure-Redis\" >Step 3: Install and Configure Redis<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#Step-4-Create-a-MySQL-Database\" >Step 4: Create a MySQL Database<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#Step-5-Create-a-PHP-Application-to-Fetch-Data-from-MySQL\" >Step 5: Create a PHP Application to Fetch Data from MySQL<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#Step-6-Test-Redis-Caching\" >Step 6: Test Redis Caching<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\" id=\"h-prerequisites\"><span class=\"ez-toc-section\" id=\"Prerequisites\"><\/span>Prerequisites<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>An <a href=\"https:\/\/www.rosehosting.com\/ubuntu-hosting.html\">Ubuntu 20.04 VPS<\/a> (we\u2019ll be using our SSD 2 VPS plan)<\/li>\r\n<li>Access to the root user account (or access to an admin account with root privileges)<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"h-step-1-log-in-to-the-server-update-the-server-os-packages\"><span class=\"ez-toc-section\" id=\"Step-1-Log-in-to-the-Server-Update-the-Server-OS-Packages\"><\/span>Step 1: Log in to the Server &amp; Update the Server OS Packages<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\n\r\n\r\n\r\n<p>First, log in to your Ubuntu 20.04 server via SSH as the root user:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">ssh root@IP_Address -p Port_number<\/pre>\r\n\r\n\r\n\r\n<p>You will need to replace &#8216;IP_Address&#8217; and &#8216;Port_number&#8217; with your server\u2019s respective IP address and SSH port number. Additionally, replace &#8216;root&#8217; with the username of the admin account if necessary.<\/p>\r\n\r\n\r\n\r\n<p>Before starting, you have to make sure that all Ubuntu OS packages installed on the server are up to date. You can do this by running the following commands:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">apt-get update -y\r\napt-get upgrade -y<\/pre>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"h-step-2-install-lamp-server\"><span class=\"ez-toc-section\" id=\"Step-2-Install-LAMP-Server\"><\/span>Step 2: Install LAMP Server<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\n\r\n\r\n\r\n<p>First, you will need to install the <a href=\"https:\/\/www.rosehosting.com\/lamp-hosting.html\">LAMP server<\/a> in your system. You can install it with the following command:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">apt-get install apache2 php libapache2-mod-php php-pdo php-json php-cli mysql-server -y<\/pre>\r\n\r\n\r\n\r\n<p>Once the installation has been finished, you can proceed to the next step.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"h-step-3-install-and-configure-redis\"><span class=\"ez-toc-section\" id=\"Step-3-Install-and-Configure-Redis\"><\/span>Step 3: Install and Configure Redis<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\n\r\n\r\n\r\n<p>By default, the latest version of Redis is not included in the Ubuntu default repository. So you will need to add the Redis repository to your system.<\/p>\r\n\r\n\r\n\r\n<p>First, install the required packages with the following command:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">apt-get install software-properties-common gnupg2 -y<\/pre>\r\n\r\n\r\n\r\n<p>Next, add the Redis repository with the following command:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">add-apt-repository ppa:chris-lea\/redis-server<\/pre>\r\n\r\n\r\n\r\n<p>Once the repository is added, install the Redis server with the following command:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">apt-get install redis-server -y<\/pre>\r\n\r\n\r\n\r\n<p>Next, install the Redis extensions of PHP and MySQL with the following command:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">apt-get install php-redis php-mysql -y<\/pre>\r\n\r\n\r\n\r\n<p>Once both packages are installed, start the Redis service and enable it to start at system reboot:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">systemctl start redis-server\r\nsystemctl enable redis-server<\/pre>\r\n\r\n\r\n\r\n<p>Next, restart the Apache service to apply the configuration changes:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">systemctl restart apache2<\/pre>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"h-step-4-create-a-mysql-database\"><span class=\"ez-toc-section\" id=\"Step-4-Create-a-MySQL-Database\"><\/span>Step 4: Create a MySQL Database<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\n\r\n\r\n\r\n<p>Next, you will need to create a database, user and table to test the Redis caching.<\/p>\r\n\r\n\r\n\r\n<p>First, connect to the MySQL with the following command:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">mysql<\/pre>\r\n\r\n\r\n\r\n<p>Next, create a database and user with the following command:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">mysql&gt; CREATE DATABASE testdb;\r\nmysql&gt; CREATE USER 'testuser'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';<\/pre>\r\n\r\n\r\n\r\n<p>Next, grant all the privileges to the testdb database with the following command:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">mysql&gt; GRANT ALL PRIVILEGES ON testdb.* TO 'testuser'@'localhost';<\/pre>\r\n\r\n\r\n\r\n<p>Next, flush the privileges with the following command:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">mysql&gt; FLUSH PRIVILEGES;<\/pre>\r\n\r\n\r\n\r\n<p>Next, change the database to testdb and create a table named student with the following command:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">mysql&gt; use testdb;\r\nmysql&gt; CREATE TABLE student ( student_id INT AUTO_INCREMENT PRIMARY KEY, first_name VARCHAR(50), last_name  VARCHAR(50) );<\/pre>\r\n\r\n\r\n\r\n<p>Next, insert some data in the table with the following command:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">mysql&gt; INSERT INTO student (first_name, last_name) VALUES ('John', 'Thompson');\r\nmysql&gt; INSERT INTO student (first_name, last_name) VALUES ('Greg', 'Smith');\r\nmysql&gt; INSERT INTO student (first_name, last_name) VALUES ('Ray', 'Brown');<\/pre>\r\n\r\n\r\n\r\n<p>You can now verify all data with the following command:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">mysql&gt; SELECT student_id, first_name, last_name from student;<\/pre>\r\n\r\n\r\n\r\n<p>You should get the following output:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">+------------+------------+-----------+\r\n| student_id | first_name | last_name |\r\n+------------+------------+-----------+\r\n|          1 | John     | Thompson    |\r\n|          2 | Greg    | Smith      |\r\n|          3 | Ray     | Brown    |\r\n+------------+------------+-----------+\r\n3 rows in set (0.00 sec)\r\n<\/pre>\r\n\r\n\r\n\r\n<p>Now, exit from the MySQL with the following command:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">mysql&gt; EXIT;<\/pre>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"h-step-5-create-a-php-application-to-fetch-data-from-mysql\"><span class=\"ez-toc-section\" id=\"Step-5-Create-a-PHP-Application-to-Fetch-Data-from-MySQL\"><\/span>Step 5: Create a PHP Application to Fetch Data from MySQL<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"alignright size-large\"><img decoding=\"async\" width=\"200\" height=\"105\" class=\"wp-image-35760\" title=\"Installing PHP 8 on Ubuntu 20.04\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/02\/set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu.png\" alt=\"set up redis as a cache for mysql with php on ubuntu\" srcset=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/02\/set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu.png 200w, https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/02\/set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-150x79.png 150w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Next, you will need to create a PHP application and host it with an Apache webserver. This application will connect to the <a href=\"https:\/\/www.rosehosting.com\/blog\/mysql-show-users\/\">MySQL database<\/a> and query the student table which we have created earlier.<\/p>\r\n\r\n\r\n\r\n<p>First, create a PHP application in the Apache web root directory:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">nano \/var\/www\/html\/student.php<\/pre>\r\n\r\n\r\n\r\n<p>Add the following codes:<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\">&lt;html&gt;\r\n  &lt;head&gt;\r\n    &lt;title&gt;Using Redis Server with PHP and MySQL&lt;\/title&gt;\r\n  &lt;\/head&gt; \r\n  &lt;body&gt;\r\n\r\n    &lt;h1 align = 'center'&gt;Students' Register&lt;\/h1&gt;\r\n\r\n    &lt;table align = 'center' border = '2'&gt;        \r\n\r\n    &lt;?php \r\n        try {\r\n\r\n            $data_source = '';\r\n\r\n            $redis = new Redis(); \r\n            $redis-&gt;connect('127.0.0.1', 6379); \r\n\r\n            $sql = 'select\r\n                    student_id,\r\n                    first_name,\r\n                    last_name                                 \r\n                    from student\r\n                    ';\r\n\r\n            $cache_key = md5($sql);\r\n\r\n            if ($redis-&gt;exists($cache_key)) {\r\n\r\n                $data_source = \"Data from Redis Server\";\r\n                $data = unserialize($redis-&gt;get($cache_key));\r\n\r\n            } else {\r\n\r\n                $data_source = 'Data from MySQL Database';\r\n\r\n                $db_name     = 'testdb';\r\n                $db_user     = 'testuser';\r\n                $db_password = 'password';\r\n                $db_host     = 'localhost';\r\n\r\n                $pdo = new PDO('mysql:host=' . $db_host . '; dbname=' . $db_name, $db_user, $db_password);\r\n                $pdo-&gt;setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);\r\n\r\n                $stmt = $pdo-&gt;prepare($sql);\r\n                $stmt-&gt;execute();\r\n                $data = []; \r\n\r\n                while ($row = $stmt-&gt;fetch(PDO::FETCH_ASSOC)) {          \r\n                   $data[] = $row;  \r\n                }  \r\n\r\n                $redis-&gt;set($cache_key, serialize($data)); \r\n                $redis-&gt;expire($cache_key, 10);        \r\n           }\r\n\r\n           echo \"&lt;tr&gt;&lt;td colspan = '3' align = 'center'&gt;&lt;h2&gt;$data_source&lt;\/h2&gt;&lt;\/td&gt;&lt;\/tr&gt;\";\r\n           echo \"&lt;tr&gt;&lt;th&gt;Student Id&lt;\/th&gt;&lt;th&gt;First Name&lt;\/th&gt;&lt;th&gt;Last Name&lt;\/th&gt;&lt;\/tr&gt;\";\r\n\r\n           foreach ($data as $record) {\r\n              echo '&lt;tr&gt;';\r\n              echo '&lt;td&gt;' . $record['student_id'] . '&lt;\/td&gt;';\r\n              echo '&lt;td&gt;' . $record['first_name'] . '&lt;\/td&gt;';\r\n              echo '&lt;td&gt;' . $record['last_name']  . '&lt;\/td&gt;';                     \r\n              echo '&lt;\/tr&gt;'; \r\n           }              \r\n\r\n\r\n        } catch (PDOException $e) {\r\n            echo 'Database error. ' . $e-&gt;getMessage();\r\n        }\r\n   ?&gt;\r\n\r\n    &lt;\/table&gt;\r\n  &lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\r\n\r\n\r\n\r\n<p>Save and close the file when you are finished.<\/p>\r\n\r\n\r\n\r\n<p>The above application will connect to the MySQL database and cache the data to Redis.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"h-step-6-test-redis-caching\"><span class=\"ez-toc-section\" id=\"Step-6-Test-Redis-Caching\"><\/span>Step 6: Test Redis Caching<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\n\r\n\r\n\r\n<p>Next, you will need to test whether the Redis caching is working or not. Open your web browser and access your application using the URL<\/p>\r\n\r\n\r\n\r\n<p><strong>http:\/\/your-server-ip\/student.php<\/strong>. When you access the application first time, it should fetch from the MySQL database. When you access the application again, it should open faster because you will get data from the <a href=\"https:\/\/www.rosehosting.com\/blog\/how-to-speed-up-wordpress-with-redis-caching\/\">Redis cache<\/a>.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"alignright size-large\"><img decoding=\"async\" width=\"119\" height=\"102\" class=\"wp-image-35759\" title=\"Installing PHP 8 on Ubuntu 20.04\" src=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/02\/how-to-configure-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.png\" alt=\"how to configure redis as a cache for mysql with php on ubuntu 20.04\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Of course, you don\u2019t have to install setup Redis with MySQL if you use one of our <a href=\"https:\/\/www.rosehosting.com\/redis-hosting.html\">Managed Redis Hosting<\/a>, in which case you can simply ask our expert Linux admins to install and configure this for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\r\n\r\n\r\n\r\n<p><strong>PS<\/strong>. If you liked this post on <strong>How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04<\/strong>, please share it with your friends on social networks or simply leave a reply below. Thanks.<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Redis is an open-source and in-memory data structure store that can be used for caching, real-time analytics, searching, and machine &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04\" class=\"read-more button\" href=\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#more-35538\" aria-label=\"Read more about How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04\">Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":35876,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1709,1698,1712],"tags":[146,50,433,1839],"class_list":["post-35538","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-caching","category-ubuntu","category-web-frameworks","tag-cache","tag-php","tag-redis","tag-ubuntu-20-04","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04<\/title>\n<meta name=\"description\" content=\"Redis is an open-source and in-memory data structure store, used for caching, real-time analytics, searching, and machine learning.\" \/>\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.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04\" \/>\n<meta property=\"og:description\" content=\"Redis is an open-source and in-memory data structure store that can be used for caching, real-time analytics, searching, and machine learning.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-03T17:35:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-03T15:31:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/03\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.jpg?v=1616006741\" \/>\n\t<meta property=\"og:image:width\" content=\"742\" \/>\n\t<meta property=\"og:image:height\" content=\"372\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04\" \/>\n<meta name=\"twitter:description\" content=\"Redis is an open-source and in-memory data structure store that can be used for caching, real-time analytics, searching, and machine learning.\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\\\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04\",\"datePublished\":\"2021-03-03T17:35:36+00:00\",\"dateModified\":\"2022-10-03T15:31:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\\\/\"},\"wordCount\":716,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.jpg\",\"keywords\":[\"cache\",\"php\",\"redis\",\"Ubuntu 20.04\"],\"articleSection\":[\"Caching\",\"Ubuntu\",\"Web Frameworks\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\\\/\",\"name\":\"How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.jpg\",\"datePublished\":\"2021-03-03T17:35:36+00:00\",\"dateModified\":\"2022-10-03T15:31:23+00:00\",\"description\":\"Redis is an open-source and in-memory data structure store, used for caching, real-time analytics, searching, and machine learning.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.jpg\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.jpg\",\"width\":742,\"height\":372,\"caption\":\"how to set up redis as a cache for mysql with php on ubuntu 20.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"name\":\"RoseHosting.com\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/RoseHosting\",\"https:\\\/\\\/x.com\\\/rosehosting\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/rosehosting\\\/\"],\"description\":\"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.\",\"email\":\"info@rosehosting.com\",\"telephone\":\"(314) 275-0414\",\"legalName\":\"Rose Web Services LLC\",\"foundingDate\":\"2001-04-02\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/#\\\/schema\\\/person\\\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\\\/\\\/www.rosehosting.com\",\"https:\\\/\\\/www.facebook.com\\\/rosehosting.helpdesk\"],\"url\":\"https:\\\/\\\/www.rosehosting.com\\\/blog\\\/author\\\/jwilson\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04","description":"Redis is an open-source and in-memory data structure store, used for caching, real-time analytics, searching, and machine learning.","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.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/","og_locale":"en_US","og_type":"article","og_title":"How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04","og_description":"Redis is an open-source and in-memory data structure store that can be used for caching, real-time analytics, searching, and machine learning.","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2021-03-03T17:35:36+00:00","article_modified_time":"2022-10-03T15:31:23+00:00","og_image":[{"width":742,"height":372,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/03\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.jpg?v=1616006741","type":"image\/jpeg"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_title":"How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04","twitter_description":"Redis is an open-source and in-memory data structure store that can be used for caching, real-time analytics, searching, and machine learning.","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04","datePublished":"2021-03-03T17:35:36+00:00","dateModified":"2022-10-03T15:31:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/"},"wordCount":716,"commentCount":3,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/03\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.jpg","keywords":["cache","php","redis","Ubuntu 20.04"],"articleSection":["Caching","Ubuntu","Web Frameworks"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/","name":"How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/03\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.jpg","datePublished":"2021-03-03T17:35:36+00:00","dateModified":"2022-10-03T15:31:23+00:00","description":"Redis is an open-source and in-memory data structure store, used for caching, real-time analytics, searching, and machine learning.","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/03\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.jpg","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2021\/03\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20.04.jpg","width":742,"height":372,"caption":"how to set up redis as a cache for mysql with php on ubuntu 20.04"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-set-up-redis-as-a-cache-for-mysql-with-php-on-ubuntu-20-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Set Up Redis as a Cache for MySQL with PHP on Ubuntu 20.04"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting.com","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"],"description":"RoseHosting is a leading Linux hosting provider, serving thousands of clients world-wide since 2001.","email":"info@rosehosting.com","telephone":"(314) 275-0414","legalName":"Rose Web Services LLC","foundingDate":"2001-04-02","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"}},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0985fed6af04cc60703d2ecf27c65dfa373e0ca00eb21c0b03477e099ea3f99f?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/35538","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=35538"}],"version-history":[{"count":10,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/35538\/revisions"}],"predecessor-version":[{"id":43247,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/35538\/revisions\/43247"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/35876"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=35538"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=35538"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=35538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}