Non-disk bucket

Again, likely a newbie question.

Is there any way to setup a bucket so that it never gets written to disk but is still propagated to the other nodes.

I would kind of like to have a bucket that is replicated on the cluster but does not get written to disk since it won’t need to live that long.

Maybe even better is to have views on the bucket but the bucket lives only in memory. I could see XDCR also sending to remote clusters but only have the data in memory.

there is a memcached bucket type that is in memory however it does not have all the bells and whistles you are asking for.
-cihan