0
13693261870
2025-07-02 23f6c9865917c7b1d19457e17b8f4a0f83a1bc34
se-common/src/main/java/com/terra/common/service/RedisService.java
@@ -1,6 +1,6 @@
package com.terra.common.service;
import org.springframework.beans.factory.annotation.Autowired;
import javax.annotation.Resource;
import org.springframework.data.redis.core.BoundSetOperations;
import org.springframework.data.redis.core.HashOperations;
import org.springframework.data.redis.core.RedisTemplate;
@@ -13,13 +13,13 @@
/**
 * spring redis 工具类
 * 
 * @author ruoyi
 * @author admin
 **/
@SuppressWarnings(value = { "unchecked", "rawtypes" })
@Component
public class RedisService
{
    @Autowired
    @Resource
    public RedisTemplate redisTemplate;
    /**