C# 中讀取Redis數據出現髒數據
黄舟
黄舟 2017-04-21 11:16:54
0
0
708

public static int IncreaseAppleCountOfRoom(string roomId)
{
using (var redis = Server.GetVectorRedisReadWriteClient())
{
return (int)redis.IncrementValueInHash("item:apple:count", roomId.ToString(), 0);
}
}

這個方法是用來獲取 一個房間的蘋果數。
平時運行的很好,但有的時候會出現獲取的數字是個髒數據,就是奇怪的數字,這點我很奇怪。有沒有達人遇到過這樣的問題。

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

全部回覆(0)
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板