Raphael De Lio·Mar 30Mocking developers while your .env file is public won’t end wellThis weekend, something happened in the Brazilian dev community on Twitter that is worth talking about: mocking developers while your .env…
InRedis with Raphael De LiobyRaphael De Lio·Nov 3, 2025Reflection on my first year as a Developer Advocate (at Redis)Today I complete my first year as a developer advocate and to celebrate I'd like to explore one question many have asked me: What does a…
InRedis with Raphael De LiobyRaphael De Lio·Jul 31, 2025Semantic Caching with Spring AI & RedisBuild intelligent semantic caching with Spring AI and Redis to dramatically reduce LLM API costs. Cache responses by meaning, not exact…A response icon1A response icon1
InRedis with Raphael De LiobyRaphael De Lio·Jul 16, 2025Agent Memory with Spring AI & RedisLearn 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·Jun 15, 2025How I Improved Zero-Shot Classification in Deep Java Library (DJL) OSSDid you know the Deep Java Library (DJL) powers Spring AI and Redis OM Spring? DJL helps you run machine learning models right inside your…A response icon1A response icon1
Raphael De Lio·May 13, 2025How to send prompts in bulk with Spring AI and Java Virtual ThreadsTL;DR: You’re building an AI-powered app that needs to send lots of prompts to OpenAI.
InRedis with Raphael De LiobyRaphael De Lio·Apr 29, 2025Semantic Search with Spring Boot & RedisYou’re building a semantic search app using Spring Boot and Redis. Instead of matching exact words, semantic search finds meaning using…
InRedis with Raphael De LiobyRaphael De Lio·Feb 24, 2025Sliding Window Counter Rate Limiter (Redis & Java)Learn how to implement a Sliding Window Counter Rate Limiter using Redis and Java. Discover an efficient way to manage API request limits…
InRedis with Raphael De LiobyRaphael De Lio·Jan 22, 2025Sliding Window Log Rate Limiter (Redis & Java)Build a sliding window log rate limiter with Redis and Java. Track requests in a rolling window, expire old entries, and test your setup …