1 write to _key
Microsoft.AspNetCore.DataProtection.StackExchangeRedis (1)
RedisXmlRepository.cs (1)
29
_key
= key;
2 references to _key
Microsoft.AspNetCore.DataProtection.StackExchangeRedis (2)
RedisXmlRepository.cs (2)
46
foreach (var value in database.ListRange(
_key
))
56
database.ListRightPush(
_key
, element.ToString(SaveOptions.DisableFormatting));