mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 21:41:32 +00:00
test for intset integer encodability test and some small refactoring
This commit is contained in:
@ -769,6 +769,8 @@ int stringmatch(const char *pattern, const char *string, int nocase);
|
||||
long long memtoll(const char *p, int *err);
|
||||
int ll2string(char *s, size_t len, long long value);
|
||||
int isStringRepresentableAsLong(sds s, long *longval);
|
||||
int isStringRepresentableAsLongLong(sds s, long long *longval);
|
||||
int isObjectRepresentableAsLongLong(robj *o, long long *llongval);
|
||||
|
||||
/* Configuration */
|
||||
void loadServerConfig(char *filename);
|
||||
|
Reference in New Issue
Block a user