Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Reactive Redis Masterclass For Java Spring Boot Developers
Rating: 4.6 out of 5(432 ratings)
7,046 students

Reactive Redis Masterclass For Java Spring Boot Developers

Redis - Cache, Boost Performance and Scalability, Pub/Sub, Real-Time Capabilities in Microservices Architecture
Created byVinoth Selvaraj
Last updated 6/2026
English

What you'll learn

  • Leverage Redis for Caching: Explore various Redis data structures and implement caching strategies.
  • Master Spring WebFlux and Redis: Learn how to effectively use Spring WebFlux and Redis to build high-performance microservices.
  • Optimize Microservices Performance: Reduce network calls, minimize recomputation, and enhance scalability.
  • Implement Reactive Redis Integration: Use Spring Data Reactive Redis or Redisson for reactive data access.
  • Utilize Redis as a Message Queue: Discover how Redis can serve as a powerful message queue.
  • Build Real-Time Applications: Develop chat applications using Spring WebFlux WebSocket and Redis Pub/Sub.
  • Work with Geospatial Data: Use Redis for geospatial data storage and analysis.
  • Gain Hands-On Experience: Learn through practical examples and demonstrations.
  • Performance Improvement: See a significant performance boost in your applications.

Course content

11 sections146 lectures12h 21m total length
  • MUST WATCH - What will you learn?3:45

    Learn to build scalable, performant reactive microservices with Spring WebFlux and Redis, including caching, pub-sub, real-time websockets, and a geospatial restaurant locator.

  • Need For Redis - Problem Statement & Course Structure7:42

Requirements

  • Knowledge on Reactive Programming & Spring WebFlux
  • Comfortable with Indian Accent

Description

Unlock the full potential of Spring WebFlux, a reactive and non-blocking web stack that outperforms traditional Spring Web MVC. In a Microservices architecture, where network calls to databases or external APIs are common, optimizing performance and scalability is crucial. This course delves into techniques for reducing unnecessary network calls, minimizing heavy recomputation, and maximizing the scalability of your Microservices.

By the end of this course, you will gain proficiency in:

  • Microservices Caching with Redis: Harness the power of Redis, explore various Redis data structures, leverage caching patterns, and implement cache eviction strategies. Learn to capture expired and deleted events from Redis and utilize Redis for rate limiting, batching, and transactions.

  • Spring Data Reactive Redis / Redisson: Utilize a Java library for Redis that supports reactive streams. Implement cache-aside patterns for reactive types, create a generic cache template, and integrate Spring Data Reactive Redis with your applications.

  • Redis as a Message Queue: Discover how Redis can serve as a powerful message queue in a Microservices architecture. Implement a priority queue using Redis and leverage Redis Pub/Sub for messages broadcasting.

  • WebFlux WebSocket + Redis PubSub: Develop a chat application using Spring WebFlux WebSocket, enabling real-time messaging and broadcasting messages using Redis Pub/Sub. Create chat rooms and explore trend finding based on user views.

  • Geospatial Data: Dive into Redis' geospatial data structure and develop a restaurant locator application using Spring WebFlux and Redis. Locate nearby restaurants based on user-provided zip codes.

Throughout the course, practical examples and demonstrations reinforce your learning. In addition, a JMeter performance test showcases an impressive 80% performance improvement.

Join this course to elevate your Spring WebFlux skills, optimize Microservices performance, and unlock the vast capabilities of Redis for scalable and efficient applications.

Who this course is for:

  • Any Developer / Architect who is interested in Microservice Development / Architecture with WebFlux & Redis