Building a Spring Boot REST API powered by Redis, with a React front end: Part 2

preview_player
Показать описание


00:43 - Spring Initializr
03:38 - Using Jedis
04:26 - Spring Data
04:48 - Spring Data Repositories
06:01 - Spring Data Redis
06:38 - Inspecting Base Project
09:30 - Connect to Redis
12:15 - The Todo Model
15:10 - Todo Repository
17:20 - Seed the DB
19:42 - Serialization

Links:

Рекомендации по теме
Комментарии
Автор

Hello
Thanks for the tutorial. Much appreciated. I didn’t know that spring data will create a set and keep the primary keys and objects in a map!.
If there is a use case to expire the data (objects for eg), is that possible with this approach
Or
is it better to use ‘hashOperations methods’ to create maps, so that expiry can be set to them
Or
Any best practise

Thanks & Regards
Vipin

vipinreyaroth