hi,
could you please help me in passing object to memcache set() function
actuallly i want to pass my class object as a key to memcache set(key,value) function,
i have tried str() function but i doesn't work
if you can provide a sample code that will be good for me
i am using python 2.5 on my ubuntu machine.
could you please help me in passing object to memcache set() function
actuallly i want to pass my class object as a key to memcache set(key,value) function,
i have tried str() function but i doesn't work
if you can provide a sample code that will be good for me
i am using python 2.5 on my ubuntu machine.
Comment