Suggestion for future version of memcached?

Eric Hodel drbrain at segment7.net
Sat Dec 30 09:36:30 UTC 2006


On Dec 29, 2006, at 23:40, howard chen wrote:

> just randomly think of some suggestions for next version of memecached
>
> 1. namespace support, so we can
>
> a. delete the whole namespace
> b. list all elements in the namespace

Please go read the archives for why this feature doesn't currently  
exist.

> c. allocate different size to the namespace, such as 100MB to A, 200MB
> to B, so we can have a better control on the utilization.

You can accomplish this right now with multiple instances.

memcached -p 1025 -m 100
memcached -p 1026 -m 200

-- 
Eric Hodel - drbrain at segment7.net - http://blog.segment7.net

I LIT YOUR GEM ON FIRE!



More information about the memcached mailing list