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 …

Youssef Ben Henda
1,513 viewsAn idempotent Spring Boot starter that replays duplicate requests instead of re-executing them. One annotation, Redis or JDBC, atomic …

Cristobal Escobar
2,094 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,213 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
12,874 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,236 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,395 viewsRedis 8 with its new capabilities and with AGPL licensing demonstrates our ongoing commitment to making a platform developers love.
Raphael De Lio
4,198 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,632 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,510 viewsLearn how to implement the Token Bucket rate-limiting algorithm using Redis and Java. Discover step-by-step guidance, testing with Redis …