...
|
...
|
@@ -30,8 +30,8 @@ import com.yoho.queue.dal.model.DrawlineActivity; |
|
|
public class RedisCache {
|
|
|
|
|
|
static Logger log = LoggerFactory.getLogger(RedisCache.class);
|
|
|
|
|
|
@Resource
|
|
|
|
|
|
@Resource(name = "yhValueOperations")
|
|
|
YHValueOperations<String, String> yhValueOperations;
|
|
|
@Resource(name = "yhRedisTemplate")
|
|
|
YHRedisTemplate<String, String> yHRedisTemplate;
|
...
|
...
|
|