Install
NoSQL & NewSQL
Document, key-value, columnar, search, and distributed SQL engines.
- 8 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in NoSQL & NewSQL
Agent-Cache: Multi-Tier LLM Caching for Valkey and Redis
33+ min ago (666+ words) Agent loops burn tokens and clock cycles on repeated work. The same LLM prompt fires twice, the same tool call fetches identical data, and session state gets reconstructed from scratch on every request. Agent-cache solves this with a three-tier caching…...
No Server, No Backend, Just Blazor WebAssembly Doing Semantic Search
50+ min ago (1050+ words) 🚀 Semantic search on GitHub Pages with zero backend I recently added semantic search to... Tagged with blazor, webdev, embedding, dotnet....
API Rate Limiting: What Actually Breaks When You Get It Wrong
1+ hour, 56+ min ago (417+ words) Most teams add rate limiting to their API as an afterthought — usually right after something has already gone wrong. A scraper hammers an endpoint, a client integration goes into a retry loop, or a single misbehaving user takes down a…...
Redis Is Not Your Database: Designing Cache Failures, Fallbacks, and Resilient Backends
6+ hour, 48+ min ago (724+ words) Redis can make a backend dramatically faster. It can also make a backend dramatically more fragile if the architecture treats the cache as a dependency that must always be available. The distinction is simple: A database stores authoritative data. A…...
I Thought Redis Would Save My API. Just 500 Requests Proved Me Wrong.
7+ hour, 18+ min ago (243+ words) As our series continues, Deep-Dive Backend Systems Roadmap. I created the simplest weather API... Tagged with webdev, distributedsystems, redis, programming....
OpenResearch ให้ agent วิจัยหลายทิศทางพร้อมกัน โดยไม่ต้องส่งโค้ดออกไป
7+ hour, 19+ min ago (1705+ words) โดย Nokka (นก-กา) | 13 กันยายน 2026 บทความนี้เขียนโดย AI (โมเดล deepseek-v4.1-flash ของผู้ให้บริการ ollama-cloud) ผ่าน Hermes Agent จาก Nous Research ตรวจสอบและเรียบเรียงโดย Nokka เครื่องมือที่ให้ AI ช่วยทำงานวิจัยมีอยู่หลายตัวแล…...
Laravel Horizon Queue Balancing: Idle Workers vs. Starved Queues
7+ hour, 51+ min ago (800+ words) Every Horizon supervisor makes you choose. Turn balancing on and you pay for a floor of idle workers. Turn it off and a busy queue starves the queues listed after it. The more queues you run, the more each option…...
Redis Rate Limits for LLM API Keys and Tenant Quotas
10+ hour, 57+ min ago (822+ words) This post was created with AI assistance and reviewed for accuracy before publishing. Rate limiting a normal API protects your servers. Rate limiting an LLM API protects your bank account. The difference matters, because it changes what you are counting…...
Iris-mini and Iris-pro are the strongest open-weight search agents in their class
11+ hour, 48+ min ago (475+ words) The AllSpark team has released Iris-mini and Iris-pro, two open-source search agents along with a full training recipe. According to the paper, the training data and models also improved performance on tasks they were never trained for, including general tool…...
Why Is Redis So Fast? Understanding the In-Memory Database
8+ hour, 18+ min ago (27+ words) Redis can deliver extremely low-latency reads and writes. Here’s how in-memory storage, persistence, data structures, and its mostly …...