Home
last modified time | relevance | path

Searched refs:redis_command (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/cachedb/
H A Dredis.c103 static redisReply* redis_command(struct module_env*, struct cachedb_env*,
373 rep = redis_command(env, cachedb_env, in redis_init()
426 redis_command(struct module_env* env, struct cachedb_env* cachedb_env, in redis_command() function
530 rep = redis_command(env, cachedb_env, cmdbuf, NULL, 0, 0); in redis_lookup()
614 rep = redis_command(env, cachedb_env, cmdbuf, data, data_len, 1); in redis_store()