Skip to content

ThanhPhu-Dev/Spring-Boot-Redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Data Redis

  • Spring boot version 2.5.1.

  • Lettuce-core version: 6.1.5.

  • Redis version 3.2.100

  • Chạy Redis: redis-server.

  • Redis Operations.

  • Mô Tả Demo:
  • tạo 2 sản phẩm id = 1 và id = 2. (Lưu hash)
  • Phương thức create: Lưu 2 sản phẩm.
  • Phương thức getValueKey: Lấy sản phẩm (id = 1).
  • Phương thức getAll: lấy Tất cả sản phẩm.
  • Phương thức update: Cập nhật sản phẩm (id = 1).
  • Phương thức remove: Xóa sản phẩm (id = 1).
  • Phương thức getSize: Lấy kích thước (id = 1).