Authored by qinchao

redis

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