mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 11:41:20 +00:00
Hash new implementation memleaks fixed.
This commit is contained in:
@ -1334,7 +1334,6 @@ void hashTypeConvert(robj *o, int enc);
|
||||
void hashTypeTryConversion(robj *subject, robj **argv, int start, int end);
|
||||
void hashTypeTryObjectEncoding(robj *subject, robj **o1, robj **o2);
|
||||
int hashTypeExists(robj *o, sds key);
|
||||
int hashTypeSet(robj *o, sds key, sds value);
|
||||
int hashTypeDelete(robj *o, sds key);
|
||||
unsigned long hashTypeLength(robj *o);
|
||||
hashTypeIterator *hashTypeInitIterator(robj *subject);
|
||||
|
Reference in New Issue
Block a user