Skip to content

Instantly share code, notes, and snippets.

@davidascher
Created October 8, 2010 04:48
Show Gist options
  • Save davidascher/616377 to your computer and use it in GitHub Desktop.
Save davidascher/616377 to your computer and use it in GitHub Desktop.
no callback to send error: 'ERR wrong number of arguments for \'set\' command'
events:12
throw arguments[1];
^
Error: ERR wrong number of arguments for 'set' command
at RedisClient.return_error (/Users/davida/lib/node/redis/index.js:495:15)
at RedisReplyParser.<anonymous> (/Users/davida/lib/node/redis/index.js:369:18)
at RedisReplyParser.emit (events:27:15)
at RedisReplyParser.send_error (/Users/davida/lib/node/redis/index.js:253:14)
at RedisReplyParser.execute (/Users/davida/lib/node/redis/index.js:104:22)
at RedisClient.on_data (/Users/davida/lib/node/redis/index.js:481:27)
at Stream.<anonymous> (/Users/davida/lib/node/redis/index.js:398:14)
at Stream.emit (events:27:15)
at IOWatcher.callback (net:489:16)
at node.js:757:9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment