Home
last modified time | relevance | path

Searched refs:OBJ_LIST_COMPRESS_DEPTH (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dserver.h370 #define OBJ_LIST_COMPRESS_DEPTH 0 macro
H A Dconfig.c2201 …figNumericalOption(state,"list-compress-depth",server.list_compress_depth,OBJ_LIST_COMPRESS_DEPTH);
H A Dserver.c1614 server.list_compress_depth = OBJ_LIST_COMPRESS_DEPTH; in initServerConfig()