Hướng dẫn tích hợp Redis bằng Redisson client trong Spring Boot application
Lưu ý: chọn version redisson-spring-boot-starter tương ứng version Spring Boot
- Tạo file redisson.yml chứa cấu hình kết nối redis server trong thư mục resouces
- Thêm cấu hình trong file application.yml
- Thao tác với redis thông qua bean RedissonClient
Source code ở đây