Redis 的 C 開發包 使用例子

2021-06-28 13:32:34 字數 585 閱讀 9865

1.首先安裝完畢redis

2.安裝boost 庫

4.上**

#include "redisclient.h"

#include 

#include 

using

namespace

boost;  

using

namespace

std;  

shared_ptrconnect_client();  

intmain()  

shared_ptrconnect_client()    

上面的**演示了redis兩種資料型別的呼叫和寫入方法string 和list 列表 

"set***"

是列表部分。

我的環境是centos5.5 boost1.5

編譯的時候用到的包列表:

anet.c 

anet.h

anet.o

libredisclient.a

redisclient.h

上面的包都是自帶的,編譯的時候寫進makefile檔案裡就行了,最後祝你好運。

附: 參考手冊

C 的HTTP開發包 HttpLib

select count from tb user info where dayofweek create date 3 and to days create date to days now and user role id 82 今日,在 codeplex 上看到乙個開源專案,對 http 協議...

php組合開發包 appserv的使用

最近在學習ajax。在 鋒利的jquery 一書第六章中,介紹了在jquery於ajax的應用。要學習ajax當然要有例項啦。書上的例子是無法直接在本地執行的,因為會跨域,要在伺服器上執行才行。首先是安裝,非常的簡單,一直點下一步就行。安裝好之後,在瀏覽器輸入http localhost,如果出錯,...

Detour開發包介紹 2 使用

一般來說,使用detours 的 都具有固定的模式。detours 1.5 和 detours 2.1 的介面函式變了很多,這裡按照 2.1 版本對基本的使用方法進行說明。常用的函式有下面幾個 detourtransactionbegin 開始一次 截獲 或者 解除截獲 過程。detourupdat...