Home
last modified time | relevance | path

Searched refs:MAXMEMORY_FLAG_NO_SHARED_INTEGERS (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dobject.c137 !(server.maxmemory_policy & MAXMEMORY_FLAG_NO_SHARED_INTEGERS)) in createStringObjectFromLongLongWithOptions()
462 !(server.maxmemory_policy & MAXMEMORY_FLAG_NO_SHARED_INTEGERS)) && in tryObjectEncoding()
H A Dserver.h386 #define MAXMEMORY_FLAG_NO_SHARED_INTEGERS \ macro