コード例 #1
0
 public void RedisUpdate(string storeKey, string itemKey, string data) => RedisStatic.Update(storeKey, itemKey, data);
コード例 #2
0
 public void RedisUpdate(string storeKey, string itemKey, Dictionary <string, object> data) => RedisStatic.Update(storeKey, itemKey, data);