Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Socket is not writable #18

Open
FrancisVarga opened this issue Jul 14, 2011 · 0 comments
Open

Socket is not writable #18

FrancisVarga opened this issue Jul 14, 2011 · 0 comments

Comments

@FrancisVarga
Copy link

net.js:391
    throw new Error('Socket is not writable');
          ^
Error: Socket is not writable
    at Socket._writeOut (net.js:391:11)
    at Socket.write (net.js:377:17)
    at Object.writeToStream (/Users/francis/node_modules/redis-node/lib/command.js:117:20)
    at Client.sendCommand (/Users/francis/node_modules/redis-node/lib/client.js:464:17)
    at Client.hmset (/Users/francis/node_modules/redis-node/lib/client.js:674:10)
    at cmd.onUsersDataFetched (/Users/francis/www/crowdpark-admin-testing/src-nodejs/importAllUserInRedis.js:51:17)
    at cmd.emit (events.js:64:17)
    at cmd.binrow (/Users/francis/node_modules/mysql-native/lib/mysql-native/commands/execute.js:184:14)
    at cmd.process_packet (/Users/francis/node_modules/mysql-native/lib/mysql-native/command.js:45:58)
    at SocketClient.dispatch_packet (/Users/francis/node_modules/mysql-native/lib/mysql-native/socketclient.js:105:32)

I'm little confusing... i can't write into redis via. node but ->

redis-cli

works fine...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant