mirror of
https://github.com/fluencelabs/redis
synced 2025-06-30 01:11:33 +00:00
Functions to get size of specially encoded value in bytes
This commit is contained in:
committed by
antirez
parent
660a0cdf02
commit
1c53928fca
@ -15,5 +15,6 @@ uint8_t intsetFind(intset *is, int64_t value);
|
||||
int64_t intsetRandom(intset *is);
|
||||
uint8_t intsetGet(intset *is, uint32_t pos, int64_t *value);
|
||||
uint32_t intsetLen(intset *is);
|
||||
size_t intsetSize(intset *is);
|
||||
|
||||
#endif // __INTSET_H
|
||||
|
Reference in New Issue
Block a user