memcached.exe -h
-b run a managed instanced (mnemonic: buckets)
what the heck does this mean? Googling did not help :(
memcached.exe -h
-b run a managed instanced (mnemonic: buckets)
what the heck does this mean? Googling did not help :(
From the source code, this appears to mean that the memcached has multiple independent buckets.
This is probably for security or accounting reasons, allowing you to have multiple concurrent users of a memcached, without one user getting the results that a different one cached.