MCPcopy Create free account
hub / github.com/F-Stack/f-stack / collateStringObjects

Function collateStringObjects

app/redis-6.2.6/src/object.c:586–588  ·  view source on GitHub ↗

Wrapper for compareStringObjectsWithFlags() using collation. */

Source from the content-addressed store, hash-verified

584
585/* Wrapper for compareStringObjectsWithFlags() using collation. */
586int collateStringObjects(robj *a, robj *b) {
587 return compareStringObjectsWithFlags(a,b,REDIS_COMPARE_COLL);
588}
589
590/* Equal string objects return 1 if the two objects are the same from the
591 * point of view of a string comparison, otherwise 0 is returned. Note that

Callers 1

sortCompareFunction · 0.85

Calls 1

Tested by

no test coverage detected