Exemple #1
0
/* ntop */
int ndpi_credis_rpushx(NDPI_REDIS rhnd, const char *key, const char *val)
{
  return cr_rpushx(rhnd, key, val);
}
Exemple #2
0
int credis_rpushx(REDIS rhnd, const char *key, const char *val)
{
  return cr_rpushx(rhnd, key, val);
}