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

Function rdbLoadEncodedStringObject

app/redis-6.2.6/src/rdb.c:566–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566robj *rdbLoadEncodedStringObject(rio *rdb) {
567 return rdbGenericLoadStringObject(rdb,RDB_LOAD_ENC,NULL);
568}
569
570/* Save a double value. Doubles are saved as strings prefixed by an unsigned
571 * 8 bit integer specifying the length of the representation.

Callers 1

rdbLoadObjectFunction · 0.85

Calls 1

Tested by

no test coverage detected