MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / collateStringObjects

Function collateStringObjects

src/object.cpp:628–630  ·  view source on GitHub ↗

Wrapper for compareStringObjectsWithFlags() using collation. */

Source from the content-addressed store, hash-verified

626
627/* Wrapper for compareStringObjectsWithFlags() using collation. */
628int collateStringObjects(robj *a, robj *b) {
629 return compareStringObjectsWithFlags(a,b,REDIS_COMPARE_COLL);
630}
631
632/* Equal string objects return 1 if the two objects are the same from the
633 * 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