Learn Redis And Use Jedis With Spring Data Redis

Learn Redis And Use Jedis With Spring Data Redis

Learn Redis And Use Jedis With Spring Data Redis - 
A guide to learn Redis, and build Spring application with Jedis and Spring Data Redis

Preview this Course

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.

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.