I am using Node.js and a Redis Database . I am new to Redis .
I am using the https://github.com/mranney/node_redis driver for node.
Initialization code -
I found the answer -
A callback function is needed for getting the values .
client.hget("users:123", "name", function (err, reply) { console.log(reply.toString()); });