Re: memcached node js client

2015-10-07 Thread Nithish Mohan
Thank u David.. It works On Wed, Oct 7, 2015 at 7:16 PM, David Sheldon wrote: > On Wed, Oct 07, 2015 at 03:57:50AM -0700, nith...@cloudion.net wrote: > > I am using memcached node js client. I am not getting the JSON output > when > > performing the get operation on i

Re: memcached node js client

2015-10-07 Thread David Sheldon
On Wed, Oct 07, 2015 at 03:57:50AM -0700, nith...@cloudion.net wrote: > I am using memcached node js client. I am not getting the JSON output when > performing the get operation on it. Here is my code > > memcached.get(id, function( err, result ){ > if( err ) con

memcached node js client

2015-10-07 Thread nithish
I am using memcached node js client. I am not getting the JSON output when performing the get operation on it. Here is my code memcached.get(id, function( err, result ){ if( err ) console.error( err ); console.log( result ); }); and the output is a:2:{s:7:"passkey&