I have recently started using Memcached for .NET and having problems with missing keys. I think problem that I am having is supposed to be fixed by option "-M" and allocating higher memory by using "-m 2048" but that doesn't seem to be working for me. I am installing Memcahed using this command:-
memcached -d install -m 2048 -M -l 10.184.4.94 -p 11211 -v Also how do I go about using verbose. Are there any log files produced for the verbose mode? Regards Vipin
