Idempotent Spring Boot: Safe REST with One Annotation
An idempotent Spring Boot starter that replays duplicate requests instead of re-executing them. One annotation, Redis or JDBC, atomic …
9 articles in this category.
RSS feed
Youssef Ben Henda
2,055 viewsAn idempotent Spring Boot starter that replays duplicate requests instead of re-executing them. One annotation, Redis or JDBC, atomic …

Cristobal Escobar
2,123 viewsWe're thrilled to announce the release of the BoxLang Redis Module (bx-redis) - a powerful addition to BoxLang that brings enterprise-grade …

Raphael De Lio
9,378 viewsBuild semantic caching with Spring AI & Redis to cut LLM costs 80%. Cache by meaning, not exact text. Full tutorial with working demo.

Raphael De Lio
13,112 viewsLearn how to build a memory-enabled AI agent using Spring Boot, Spring AI, and Redis. Store and recall user preferences and conversation …

Raphael De Lio
6,339 viewsLearn how to build a semantic search app with Spring Boot and Redis. Discover how Redis OM Spring makes it easy to find results based on …

Rowan Trollope
4,451 viewsRedis 8 with its new capabilities and with AGPL licensing demonstrates our ongoing commitment to making a platform developers love.
Raphael De Lio
4,229 viewsLearn how to implement a Sliding Window Counter Rate Limiter using Redis and Java. Discover an efficient way to manage API request limits.
Raphael De Lio
12,843 viewsBuild a sliding window log rate limiter with Redis and Java. Track requests in a rolling window, expire old entries, and test your setup for …
Raphael De Lio
9,700 viewsLearn how to implement the Token Bucket rate-limiting algorithm using Redis and Java. Discover step-by-step guidance, testing with Redis …