Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Redis And Use Jedis With Spring Data Redis
Rating: 4.2 out of 5(1,164 ratings)
6,363 students

Learn Redis And Use Jedis With Spring Data Redis

A guide to learn Redis, and build Spring application with Jedis and Spring Data Redis
Created byBassem Abuein
Last updated 7/2021
English
English [Auto],

What you'll learn

  • Learn when to use SQL VS No-SQL
  • Learn Redis Installation, main data types, execute commands, transactions, backup(RDB,AOF) ,and sub/pub.
  • Build your own Spring backend application with Jedis client, and Spring data redis.
  • Learn Redis Sentinel and Cluster
  • Understand Redis Template , Redis Serializers ,and Jedis Pooling.

Course content

7 sections39 lectures2h 54m total length
  • Course Introduction1:39
  • What is Redis?1:17
  • Redis Common Uses3:10
  • SQL-NoSQL7:15
  • NoSQL and Redis

Requirements

  • Be passionate and willing to learn Redis.
  • Knows Java and basic familiarity with Spring if you are interested in building Spring backend application with Jedis client.

Description


                                                        Learn Redis And Utilize Jedis With Spring Data Redis

In this course, I’ll equip you with the right knowledge you need to distinguish between SQL and No-SQL databases and when to use each of them.

Redis is a powerful key-value in-memory NoSQL database that is widely used in many tech companies across the globe.

Also, I’ll walk you through Redis installation on different operating systems. How to use different Redis data types and commands with plenty of examples.

I'll introduce you to an excellent java client library to utilize with Redis, which called jedis. I'll explain Jedis, Jedis Pooling and Configurations.

I'll walk you through Redis persistent(RDB, AOF, Hybrid Approach).

I’ll explain to you how to make your Redis instances highly available using Redis Sentinel, and Redis Cluster.

I'll demonstrate how Redis Sentinel and Redis cluster work behinf the senne and make comparison between them.

I'll talk about Spring Data Redis with focus on serializers, and redis template.

I'll explain Redis Serializer and how to implement pooling with the Jedis java client.

Towards the end of this course, I’ll show you how to build spring boot back-end APIs that uses Redis, Jedis, and Spring data.

All slides, codes, and postman-collections included.

Enjoy the ride and be well. Thank you very much.

Who this course is for:

  • Java Developers, Data Professionals.