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