You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
I'm little confusing... i can't write into redis via. node but ->
works fine...
The text was updated successfully, but these errors were encountered: