This commit is contained in:
parent
d3caf711fb
commit
561bc1ff95
|
|
@ -445,7 +445,7 @@ namespace WGShare.API.Controllers.Frontend
|
|||
// 删除大家都看ta
|
||||
pipe.HDel(RedisKeyConstant.SessionManage.GetChannelShowUserKey(TenantId), roomNum);
|
||||
// 删除频道里得用户
|
||||
pipe.HDel(RedisKeyConstant.SessionManage.GetChannelUserKey(TenantId, roomNum));
|
||||
pipe.Del(RedisKeyConstant.SessionManage.GetChannelUserKey(TenantId, roomNum));
|
||||
if (!uids.IsNullOrEmpty())
|
||||
{
|
||||
var keys = uids.ConvertAll(uid => RedisKeyConstant.SessionManage.GetUserJoinChannelKey(uid));
|
||||
|
|
|
|||
Loading…
Reference in New Issue