| 接口 | 说明 |
|---|---|
| RedisService |
RedisService服务
该类为
redis 操作核心服务接口, 项目中所有 redis 的操作均使用此接口
该类已默认注入到 spring 中, 默认实现为 DefaultRedisServiceImpl, 如需自定义实现请实现该接口并手动注入该接口 |
| 类 | 说明 |
|---|---|
| DefaultRedisServiceImpl |
RedisService默认实现
该类为
RedisService 默认实现 |
Copyright © 2021 HaiChuang Inc.. All rights reserved.