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.c66 static redisReply* redis_command(struct module_env*, struct cachedb_env*,
195 rep = redis_command(env, cachedb_env, in redis_init()
248 redis_command(struct module_env* env, struct cachedb_env* cachedb_env, in redis_command() function
312 rep = redis_command(env, cachedb_env, cmdbuf, NULL, 0); in redis_lookup()
377 rep = redis_command(env, cachedb_env, cmdbuf, data, data_len); in redis_store()