Authored by qinchao

redis

... ... @@ -42,10 +42,10 @@ import java.util.concurrent.TimeUnit;
public class UfoLiveService {
private static final Logger LOGGER = LoggerFactory.getLogger(UfoLiveService.class);
@Redis("yohoNoSyncRedis")
@Redis("gwNoSyncRedis")
private YHRedisTemplate redisTemplate;
@Redis("yohoNoSyncRedis")
@Redis("gwNoSyncRedis")
private YHValueOperations yhValueOperations;
@Autowired
... ...