Cache Redis (Spring Boot)

Introduction

Specific cache abstraction backed by sophisticated cache implementation Redis.



References

https://redis.io/

https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04

https://dzone.com/articles/spring-cache-and-integration-testing



Redis server (commands)

$ /etc/init.d/redis-server start


$ /etc/init.d/redis-server stop


$ redis-cli FLUSHALL