node-mutex icon indicating copy to clipboard operation
node-mutex copied to clipboard

node_redis: Deprecated: The EVALSHA command contains a "undefined" argument.

Open danielckv opened this issue 9 years ago • 0 comments

Getting this each time when I'm trying to lock a specific scope with a key.

{ [ReplyError: ERR unknown command 'evalsha']
 command: 'EVALSHA',
args:
  [ undefined,
1,
'mutex:+972-526401664',
 '358b3de0-8ec8-11e6-a741-ffbd9c3ed399',
5000 ],
code: 'ERR' }

This is the declaration:

mutex.lock( phoneNumber, function( err, unlock ) { // CODE .... }

danielckv avatar Oct 10 '16 09:10 danielckv