Created
October 4, 2018 10:35
-
-
Save hmpmarketing/75b566c8a8a5c15de90525fa23f4ee07 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redisKeyExist = redis.exists(`alock:${req.query.service_id}:${req.query.account_id}`, function(err, exist) { | |
return exist | |
}) | |
console.log(redisKeyExist) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment