mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
don't use object sharing inside I/O threads, as a fix for a well known instability of VM introduced with the new object sharing code
This commit is contained in:
@ -327,6 +327,7 @@ struct sharedObjectsStruct {
|
||||
|
||||
/* Global server state structure */
|
||||
struct redisServer {
|
||||
pthread_t mainthread;
|
||||
int port;
|
||||
int fd;
|
||||
redisDb *db;
|
||||
|
Reference in New Issue
Block a user