Merge pull request #27 from detailyang/patch-1

API.md: typo fix
master
Dvir Volk 7 years ago committed by GitHub
commit af679ef8d6

@ -221,7 +221,7 @@ is a function to do this:
Similarly in order to parse a string as a number:
long long myval;
if (RedisModule_StringToLongLong(ctx,argv[1],&myval) == REDISMODULE_OK) {
if (RedisModule_StringToLongLong(argv[1],&myval) == REDISMODULE_OK) {
/* Do something with 'myval' */
}

Loading…
Cancel
Save