コード例 #1
0
 internal static async Task <AsyncRedisClient> CreateAndConnectClientAsync() =>
 await CreateAndConnectRedisClient.CreateAndConnectAsync(AsConnectionSettings());
コード例 #2
0
 internal static AsyncRedisClient CreateAndConnectClient() =>
 CreateAndConnectRedisClient.CreateAndConnect(AsConnectionSettings());