3 references to Hex
Microsoft.Extensions.Caching.StackExchangeRedis.Tests (3)
RedisCacheSetAndRemoveTests.cs (3)
144
Assert.Equal(Hex(payload),
Hex
(raw));
167
Assert.Equal(Hex(payload),
Hex
(raw));
176
static string Hex(string value) =>
Hex
(Encoding.UTF8.GetBytes(value));