Yoshifumi Kawai
Yoshifumi Kawai
currently only supports POST
Support WriterCommandBufferLimit, All async methods support RequestTimeout and external Cancellation
It improves string interpolation performance for C# 10.0.
StachExchange.Redis 2.x has new lease APIs. It can avoid `byte[]` allocation in deserialize. ```csharp using (var lease = conn.GetDatabase().StringGetLease("key")) { return MessagePackSerializer.Deserialize(lease.Memory); } ``` For serialize, RedisValue accepts ReadOnlyMemory so...
https://cloud.google.com/blog/big-data/2016/06/bigquery-111-now-with-standard-sql-iam-and-partitioned-tables
I'll check it. https://twitter.com/kwilson81/status/697765073171906562
in LINQPad Driver, now if type is record, does not expand inner column.
Release Note:August 25 https://cloud.google.com/bigquery/release-notes#08252015 Google BigQuery adds UDF support for deeper cloud analytics http://googlecloudplatform.blogspot.jp/2015/08/Google-BigQuery-adds-UDF-support-for-deeper-cloud-analytics.html