mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 09:41:21 +00:00
Lazyfree: Hash converted to use plain SDS WIP 1.
This commit is contained in:
@ -41,6 +41,7 @@ uint32_t sdigits10(int64_t v);
|
||||
int ll2string(char *s, size_t len, long long value);
|
||||
int string2ll(const char *s, size_t slen, long long *value);
|
||||
int string2l(const char *s, size_t slen, long *value);
|
||||
int string2d(const char *s, size_t slen, double *dp);
|
||||
int d2string(char *buf, size_t len, double value);
|
||||
sds getAbsolutePath(char *filename);
|
||||
int pathIsBaseName(char *path);
|
||||
|
Reference in New Issue
Block a user