<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Valkey on How It Works</title>
    <link>https://backend.how/tags/valkey/</link>
    <description>Recent content in Valkey on How It Works</description>
    <generator>Hugo</generator>
    <language>en</language>
    <managingEditor>pg@backend.how (Pratik)</managingEditor>
    <webMaster>pg@backend.how (Pratik)</webMaster>
    <copyright>backend.how © 2026 by Pratik is licensed under CC BY-SA 4.0</copyright>
    <lastBuildDate>Wed, 17 Jul 2024 19:54:52 +0530</lastBuildDate>
    <atom:link href="https://backend.how/tags/valkey/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>🏎️ Building pre-owned Car Platform With Valkey - Part 2</title>
      <link>https://backend.how/posts/pre-owned-car-platform-with-valkey-part-2/</link>
      <pubDate>Wed, 17 Jul 2024 19:54:52 +0530</pubDate><author>pg@backend.how (Pratik)</author>
      <guid>https://backend.how/posts/pre-owned-car-platform-with-valkey-part-2/</guid>
      <description>&lt;p&gt;In &lt;a href=&#34;https://backend.how/posts/building-blazingly-fast-pre-owned-car-platform-with-valkey-part-1&#34;&gt;Part 1&lt;/a&gt; of our series, we explored the foundational aspects of our platform&amp;rsquo;s performance optimization. We began by defining our business model, which combines a marketplace and inventory system to facilitate car sales. We detailed the user flow, including how users view ads, generate leads, and book test drives. Our primary focus was on enhancing the performance of &lt;em&gt;individual car pages&lt;/em&gt;, where we discussed various strategies to reduce latency and improve load times. We examined the impact of client-side versus server-side rendering and outlined initial approaches to optimizing both frontend and backend components.&lt;/p&gt;</description>
    </item>
    <item>
      <title>🚗 Building blazingly fast pre-owned car platform with Valkey - Part 1</title>
      <link>https://backend.how/posts/building-blazingly-fast-pre-owned-car-platform-with-valkey-part-1/</link>
      <pubDate>Sun, 16 Jun 2024 23:27:27 +0530</pubDate><author>pg@backend.how (Pratik)</author>
      <guid>https://backend.how/posts/building-blazingly-fast-pre-owned-car-platform-with-valkey-part-1/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The content will cover how to leverage &lt;a href=&#34;https://valkey.io/&#34;&gt;Valkey&lt;/a&gt; for serving web pages at blazingly fast speeds. This guide assumes you have some familiarity with backend technology.&lt;/p&gt;&#xA;&lt;p&gt;&lt;details&gt;&#xA;  &lt;summary&gt;What is Valkey?&lt;/summary&gt;&#xA;  Valkey is an open-source, high-performance key/value datastore licensed under BSD. It supports a variety of workloads such as caching, message queues, and can function as a primary database. Valkey can operate as a standalone daemon or in a cluster with options for replication and high availability.&#xA;&lt;/details&gt;&#xA;&#xA;It originated as a fork of Redis after Redis changed its license terms. More details on the forking issue can be found at &lt;a href=&#34;https://arstechnica.com/information-technology/2024/04/redis-license-change-and-forking-are-a-mess-that-everybody-can-feel-bad-about/&#34;&gt;arstechnica.com&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
