spring.redis.host=127.0.0.1 spring.redis.port=6379 @Cacheable(value = "users", key = "#id") public User getUserById(String id) { }