Redis Data with Spring Boot – Distributed Lock Implementation With Redis



Redis Data with Spring Boot – Distributed Lock Implementation With Redis

Redis Data with Spring Boot - Distributed Lock Implementation With Redis

Redis is an open source, in-memory data structure store, used as a database, cache, and message broker. In this video we take a look on how we can use it to build a distributed locker.
We take a block of code and lock it for the duration of its execution (or until the lock expires).

For details on how to setup redis take a look at this video:
https://www.youtube.com/watch?v=TvywBJFcVyY&list=PLXy8DQl3058PrUKdnSn6e49Cx-rvT3Kv3&index=1

Redis Server: https://github.com/microsoftarchive/redis/releases
Tutorial source code: https://github.com/liliumbosniacum/redis
Postman: https://www.postman.com/downloads/

Intro by Audionautix is licensed under a Creative Commons Attribution 4.0 licence. https://creativecommons.org/licenses/
Artist: http://audionautix.com/

Comments are closed.