mirror of
https://github.com/fluencelabs/redis
synced 2025-06-20 20:46:31 +00:00
sds size classes - memory optimization
This commit is contained in:
@ -46,8 +46,8 @@
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "hiredis.h"
|
||||
#include "sds.h"
|
||||
#include <hiredis.h>
|
||||
#include <sds.h> /* use sds.h from hiredis, so that only one set of sds functions will be present in the binary */
|
||||
#include "zmalloc.h"
|
||||
#include "linenoise.h"
|
||||
#include "help.h"
|
||||
|
Reference in New Issue
Block a user