コード例 #1
0
 public Task <long> LInsertAsync(string key, RedisInsert insertType, string pivot, object value) => MultiAsync(ListCommands.LInsert(key, insertType, pivot, value));
コード例 #2
0
 public long LInsert(string key, RedisInsert insertType, string pivot, object value) => Multi(ListCommands.LInsert(key, insertType, pivot, value));