mirror of
https://github.com/fluencelabs/redis
synced 2025-04-13 20:56:03 +00:00
Merge branch 'unstable' of github.com:/antirez/redis into unstable
This commit is contained in:
commit
c6c86ea05d
@ -92,8 +92,8 @@ typedef struct quicklistEntry {
|
|||||||
quicklistNode *node;
|
quicklistNode *node;
|
||||||
unsigned char *zi;
|
unsigned char *zi;
|
||||||
unsigned char *value;
|
unsigned char *value;
|
||||||
unsigned int sz;
|
|
||||||
long long longval;
|
long long longval;
|
||||||
|
unsigned int sz;
|
||||||
int offset;
|
int offset;
|
||||||
} quicklistEntry;
|
} quicklistEntry;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user