Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dobject.c534 #define REDIS_COMPARE_COLL (1<<1) macro
556 if (flags & REDIS_COMPARE_COLL) { in compareStringObjectsWithFlags()
575 return compareStringObjectsWithFlags(a,b,REDIS_COMPARE_COLL); in collateStringObjects()