mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-20 04:17:50 +08:00
临时提交
This commit is contained in:
parent
678bb33562
commit
38ce529dd2
@ -271,6 +271,7 @@ public class RedisCatchStorageImpl implements IRedisCatchStorage {
|
||||
+ channelId + "_"
|
||||
+ streamId + "_"
|
||||
+ callId;
|
||||
logger.info("[删除 redis的SendRTP]: {}", key);
|
||||
List<Object> scan = RedisUtil.scan(redisTemplate, key);
|
||||
if (scan.size() > 0) {
|
||||
for (Object keyStr : scan) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user