mirror of
https://github.com/fluencelabs/redis
synced 2025-06-29 08:51:33 +00:00
Added a server.arch_bits field instead of computing it at runtime for INFO.
This commit is contained in:
@ -381,6 +381,7 @@ struct sharedObjectsStruct {
|
||||
/* Global server state structure */
|
||||
struct redisServer {
|
||||
pthread_t mainthread;
|
||||
int arch_bits;
|
||||
int port;
|
||||
char *bindaddr;
|
||||
char *unixsocket;
|
||||
|
Reference in New Issue
Block a user