mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 05:51:34 +00:00
Obtain absoute path of configuration file, expose it in INFO.
This commit is contained in:
@ -519,6 +519,7 @@ typedef struct redisOpArray {
|
||||
|
||||
struct redisServer {
|
||||
/* General */
|
||||
char *configfile; /* Absolute config file path, or NULL */
|
||||
int hz; /* serverCron() calls frequency in hertz */
|
||||
redisDb *db;
|
||||
dict *commands; /* Command table */
|
||||
|
Reference in New Issue
Block a user