feat: 完成缓存监控模块
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Yi.Framework.Rbac.Domain.Shared.Caches
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"Yi:Phone:{Phone}";
|
||||
return $"Phone:{Phone}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ namespace Yi.Framework.Rbac.Domain.Shared.Caches
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"Yi:User:{UserId}";
|
||||
return $"User:{UserId}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user