DarthVader
DarthVader

Reputation: 55032

Membase logical cache sections

Does membase has a notion of cache sections?

such as: Users cache, News cahce, Item cache etc.

When I am storing users, I want to be able to store and read from the cache section. Likewise for Items store and read from Item cache.

Is this supported?

does .net client supports this?

Upvotes: 0

Views: 43

Answers (1)

mikewied
mikewied

Reputation: 5343

Membase supports the idea of a bucket and you can create a user bucket, a news bucket, and an item bucket. From you client you would then have to connect to each bucket with a separate connection.

Upvotes: 1

Related Questions