C 下的redis第乙個例子

2021-08-20 15:22:39 字數 1374 閱讀 5483

2、建立乙個redis操作的公用類rediscachehelper

using system;

using system.collections.generic;

using system.configuration;

using system.linq;

using system.text;

using system.web;

//using servicestack.common.extensions;

using servicestack.redis;

using servicestack.logging;

namespace chenredis1.redishelper);}

}}public static void add(string key, t value, datetime expiry)

if (expiry <= datetime.now)

try}}}

catch (exception ex)

:發生異常!", "cache", "儲存", key);}}

public static void add(string key, t value, timespan slidingexpiration)

if (slidingexpiration.totalseconds <= 0)

try}}}

catch (exception ex)

:發生異常!", "cache", "儲存", key);}}

public static t get(string key)

t obj = default(t);

try}}}

catch (exception ex)

:發生異常!", "cache", "獲取", key);

}return obj;

}public static void remove(string key)}}

}catch (exception ex)

:發生異常!", "cache", "刪除", key);}}

public static bool exists(string key)}}

}catch (exception ex)

:發生異常!", "cache", "是否存在", key);

}return false;}}

4測試程式呼叫

classprogram

}

5參考的blog

OSGi第乙個例子

書本上介紹使用的是galileo sr1進行開發和測試,我的環境如下 1 作業系統是ubuntu13.10 2 eclipse版本為kapler sr1 由於eclipse版本不同,所以equinox osgi book的sample manager時無法安裝,也就沒有去定位問題,直接開始試例子 在...

golang gin第乙個例子

gin框架的github位址 按照github上的文件,執行 go get u github.com gin gonic gin不能成功。還好有映象可用,執行以下命令 go env w go111module on go env w goproxy 切換到阿里雲映象 再執行go get u gith...

第乙個例子 Hello World!

fb中在剛才建的actionscript專案中新建乙個actionscript class檔案,輸入下面的 package joptionpane是乙個類似alert的元件,showmessagedialog 方法即顯示乙個訊息框,第乙個引數為訊息框的 title,第二個引數設定訊息內容的字元。如今...