<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Key-Value Stores on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/key-value-stores/</link><description>Recent content in Key-Value Stores on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 07 Nov 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/key-value-stores/index.xml" rel="self" type="application/rss+xml"/><item><title>Redis Core Concepts: Hashes</title><link>https://ai-blog.noorshomelab.dev/redis-guide/redis-hashes/</link><pubDate>Fri, 07 Nov 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/redis-guide/redis-hashes/</guid><description>&lt;p&gt;While Redis Strings are great for simple key-value pairs, what if you need to store more complex, structured data, similar to a JavaScript object or a Python dictionary? That&amp;rsquo;s where &lt;strong&gt;Redis Hashes&lt;/strong&gt; come in.&lt;/p&gt;
&lt;p&gt;A Redis Hash is a map between string fields and string values. It&amp;rsquo;s ideal for representing objects, like a user profile, a product, or a configuration set, where each object has multiple attributes (fields) and their corresponding values.&lt;/p&gt;</description></item></channel></rss>