Memcached bucket sync

Hi,

Is there some way to sync data from memcached bucket to couchbase bucket automatically?

I have a dialogs functionality and would like to retrieve and deliver chat data as fast as possible, therefore i would assume to use memcached buckets. But in the same time, i would like to keep chat data even between couchbase restarts therefore i would need to move it to some couchbase bucket. Is there a way? or maybe a better approach?

You should find that memcache and Couchbase type buckets have very similar performance if your data is 100% resident, as in both situations documents will be retrieved directly from the RAM cache.

Therefore I’d suggest you just put your data in a Couchbase-type bucket.