Skip to content

Instantly share code, notes, and snippets.

@llimllib
Created April 20, 2012 15:41
Show Gist options
  • Save llimllib/2429780 to your computer and use it in GitHub Desktop.
Save llimllib/2429780 to your computer and use it in GitHub Desktop.
if ((getLongFromObjectOrReply(c, c->argv[2], &start, NULL) != REDIS_OK) ||
(getLongFromObjectOrReply(c, c->argv[3], &end, NULL) != REDIS_OK)) return;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment