I have the exact same problem. I have also seen that the C# values have flag 274 while PHP's have flag 0. Maybe the problem is there?
On Monday, November 17, 2008 8:17:29 AM UTC+2, Brad Fitzpatrick wrote: > > [+memcached list] > > On Sun, Nov 2, 2008 at 9:23 PM, windice <[email protected]<javascript:> > > wrote: > >> Hello: >> >> My English not good science, understanding. >> >> Coding, there have been following the situation: >> >> 1. Use C# ,If I input " mc.Store(StoreMode.Set,"test","hello");" to set >> value ,then I can use " mc.Get("test");" to get this value ,but PHP can not >> get it, return value is "". >> >> 2. The same ,use PHP set ,PHP can get ,but C# can not get it; >> >> 3. I can use Telnet to client the Memched space and get the right value >> with C# set or PHP set. >> >> 4. If C# set "Age" is "19",C# can get ,but PHP can not get it ; Then PHP >> set it("Age") is "20" after ,PHP can get it ("20"),but C# can not get the >> "Age" 's value. >> >> >> >> I would like to know why this error happened , How to solve it. >> >> >> >> >> >> >> >> >> >> >> >> Windice >> >> >> 2008-10-30 >> >> >> > >
