spring data redistemplate example
Example 1: spring boot redis example
List<Student> students = new ArrayList<>();
studentRepository.findAll().forEach(students::add);
Example 2: spring boot redis example
studentRepository.deleteById(student.getId());