예제 #1
0
파일: proc_hash.cpp 프로젝트: KerwinMa/ssdb
static int proc_hdecr(Server *serv, Link *link, const Request &req, Response *resp){
	return _hincr(serv->ssdb, req, resp, -1);
}
예제 #2
0
파일: proc.cpp 프로젝트: airowner/ssdb
int CommandProc::proc_hdecr(const Link &link, const Request &req, Response *resp){
	return _hincr(ssdb, req, resp, -1);
}