mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
@ -582,6 +582,10 @@ typedef struct redisOpArray {
|
||||
* Global server state
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
||||
#ifdef _AIX
|
||||
#undef hz
|
||||
#endif
|
||||
|
||||
struct redisServer {
|
||||
/* General */
|
||||
char *configfile; /* Absolute config file path, or NULL */
|
||||
|
Reference in New Issue
Block a user