---
category: projets
date: '2022-01-25'
description: rust key-value store combining mongodb persistence with redis-like in-memory operations for fast access patterns.
id: rust key-value store
modified: 2026-06-05 15:08:02 GMT-04:00
notebook: '[[thoughts/Rust]]'
status: idea
subcategory: databases
tags:
  - ideas
  - projects
  - databases
  - rust
title: rust key-value store
created: '2022-01-25'
published: '2022-01-25'
pageLayout: default
slug: projects/rustkv
permalink: https://aarnphm.xyz/projects/rustkv.md
generator:
  quartz: v4.6.0
  hostedProvider: Cloudflare
  baseUrl: aarnphm.xyz
full: https://aarnphm.xyz/llms-full.txt
---
A [[thoughts/Rust|rust]] key-value store

- think mongodb with redis-like capabilities for in-memory operations and fast access patterns.

