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

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 ) console.error( err ); >

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 it.

Re: Check for orphaned items in lru crawler thread

2015-10-07 Thread Dormando
any luck? > On Oct 6, 2015, at 12:23 AM, Dormando wrote: > > ah. I pushed two more changes earlier. should fix mem_requested. just > cosmetic stuff though > >> On Oct 6, 2015, at 12:13 AM, Scott Mansfield wrote: >> >> Oops, looks like the latest

Re: Memcached appears to fail when LAN disconnects from the Internet

2015-10-07 Thread Jim Horning
When I disable SASL it seems to work correctly. I'm using version 1.4.24. On Tuesday, October 6, 2015 at 9:55:52 PM UTC-7, Jim Horning wrote: > > I have two conditions that seem to make memcached fail. I have a > memcached server and a few clients all on the same subnet: 192.168.1.X, > where