How to Scale Long-Running API Requests
Guide to scaling long-running API requests using async patterns, job queues, and worker pools to improve availability.
Guide to scaling long-running API requests using async patterns, job queues, and worker pools to improve availability.
Explains how to scale SignalR real-time connections across multiple servers using a Redis backplane to solve the scale-out problem.
Explains the lease pattern in .NET for distributed systems, using Redis to implement time-limited locks that prevent deadlocks and ensure recovery.
A guide to persisting conversational AI agent sessions in .NET using the Microsoft Agent Framework, Redis, and Blazor to solve stateless API problems.
Redis creator Salvatore Sanfilippo discusses why he would have chosen JavaScript over Lua for Redis scripting if MicroQuickJS existed in 2010.
An analysis of scaling HNSW vector indexing in Redis, covering new contributions for efficient deletions and parallel queries across distributed nodes.
A guide on migrating from Redis to Valkey on Ubuntu 24.04, covering installation and configuration as a drop-in replacement.
A review of Amazon MemoryDB, a Redis-compatible cloud database service from AWS, focusing on its architecture and durability improvements.
Redis has been renamed to Redict after a controversial license change, sparking a fork to preserve its open-source nature.
A guide to migrating Redis data within Kubernetes to implement Redis Sentinel for high availability, addressing stability issues in a Mastodon setup.
A tutorial on implementing scheduled background job processing in Node.js using the BullMQ library and Redis, with deployment instructions for Heroku.
A guide to creating, connecting to, and deleting Google Cloud Platform's managed Redis service, Memorystore, via UI and CLI.
Compares Java Redis drivers Jedis and Lettuce for Amazon ElastiCache, focusing on failover handling, performance, and configuration.
A guide on using Redis as a vector database to store and query embeddings for semantic search, replacing Pinecone in a tech stack.
A tutorial on building a URL shortener service using C#, .NET, and Redis, covering both a forwarding API and a management CLI.
A technical analysis of selecting a Java Redis driver (Jedis) for Amazon ElastiCache, covering architecture, performance, and lessons learned.
A tutorial on using Redis with Golang to implement attempt access control within a time period.
Comparison of Redis hosting options for background jobs on Heroku, AWS, and Render.com, focusing on cost and scalability.