예제 #1
0
int ndpi_credis_rpop(NDPI_REDIS rhnd, const char *key, char **val)
{
  return cr_pop(rhnd, 0, key, val);
}
예제 #2
0
파일: credisv2.c 프로젝트: oliverliu/zhgd
int credis_rpop(REDIS rhnd, const char *key, char **val)
{
  return cr_pop(rhnd, 0, key, val);
}