Memcache Buckets
Wed, 08/31/2011 - 00:22
We were earlier using Oscache for our caching purposes to store grouped data.
Now we are evaluationg the couchbase+memcached to replace the oscache
We realised that there are no grouping mechanism provided and the concept can be done
by creating different buckets. and connecting to the corresponding buckets as and when required.
We wanted to know if there is a way in the SDK to dynamically create memcached buckets using the SDK.
This will help us achieve what we were doing earlier with the grouping.
Please suggest.
You didn't specify which SDK you are using so I can't immediately answer your question. With that said we typically don't include cluster management tools in our SDK's yet, but if your application uses java then you can use this project: https://github.com/mikewied/java-membase-rest-client for cluster management things like creating buckets. Let me know if you have any other questions.