1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-04-29 03:44:41 +00:00
seafile-server/common/redis-cache.h

15 lines
304 B
C
Raw Permalink Normal View History

/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef REDIS_CACHE_H
#define REDIS_CACHE_H
#include "obj-cache.h"
ObjCache *
redis_cache_new (const char *host, const char *passwd,
int port, int mc_expiry,
int max_connections);
#endif