mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
RESP3: remove other pointless shared object.
This commit is contained in:
@ -1428,9 +1428,7 @@ void createSharedObjects(void) {
|
||||
shared.emptybulk = createObject(OBJ_STRING,sdsnew("$0\r\n\r\n"));
|
||||
shared.czero = createObject(OBJ_STRING,sdsnew(":0\r\n"));
|
||||
shared.cone = createObject(OBJ_STRING,sdsnew(":1\r\n"));
|
||||
shared.cnegone = createObject(OBJ_STRING,sdsnew(":-1\r\n"));
|
||||
shared.emptyarray = createObject(OBJ_STRING,sdsnew("*0\r\n"));
|
||||
shared.null = createObject(OBJ_STRING,sdsnew("_\r\n"));
|
||||
shared.pong = createObject(OBJ_STRING,sdsnew("+PONG\r\n"));
|
||||
shared.queued = createObject(OBJ_STRING,sdsnew("+QUEUED\r\n"));
|
||||
shared.emptyscan = createObject(OBJ_STRING,sdsnew("*2\r\n$1\r\n0\r\n*0\r\n"));
|
||||
|
Reference in New Issue
Block a user