mirror of
https://github.com/fluencelabs/redis
synced 2025-07-04 03:11:34 +00:00
@ -626,6 +626,11 @@ typedef struct redisOpArray {
|
||||
|
||||
struct clusterState;
|
||||
|
||||
#ifdef _AIX
|
||||
#undef hz
|
||||
#endif
|
||||
|
||||
|
||||
struct redisServer {
|
||||
/* General */
|
||||
pid_t pid; /* Main process pid. */
|
||||
|
Reference in New Issue
Block a user