Tag Archives: memcached

Solved: Bug in memcached client library .Net port causes inconsistent key distribution

Memcached is most popularly used in php and java applications, but it’s a great technology that can integrate with anything.  For those with programs in the .Net world, there is a .Net memcached client library, which is a port called … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Use powershell to run a command against all instances in a memcached cluster

We are in the process of deploying memcached in one of our applications to server as a flexible, lightweight distributed cache.  I’ve been familiar with the technology for years, but this was my first time to be able to directly … Continue reading

Posted in Uncategorized | Tagged , , , | 2 Comments