Esempio n. 1
0
int ndpi_credis_rpop(NDPI_REDIS rhnd, const char *key, char **val)
{
  return cr_pop(rhnd, 0, key, val);
}
Esempio n. 2
0
int credis_rpop(REDIS rhnd, const char *key, char **val)
{
  return cr_pop(rhnd, 0, key, val);
}