PokerUnicorn
Loading...
Searching...
No Matches
redis.h File Reference
#include <stddef.h>
#include "thirdparty/hiredis/hiredis.h"

Go to the source code of this file.

Functions

void pkrsrv_redis_init ()
 
redisContext * pkrsrv_redis_connect (char *host, int port)
 

Variables

redisContext * redis_connection
 

Function Documentation

◆ pkrsrv_redis_init()

void pkrsrv_redis_init ( )

◆ pkrsrv_redis_connect()

redisContext * pkrsrv_redis_connect ( char * host,
int port )

Variable Documentation

◆ redis_connection

redisContext* redis_connection
extern