Notification Callback
Mon, 06/27/2011 - 08:17
Hi ,
I was looking around Distributed cache solutions and did not find this feature present in Membase Add a Cache Notification Callback which Azure AppFabric supports.http://msdn.microsoft.com/en-us/library/ee790841.aspx
is there a alternative to this feature that Membase has and supports.
Thx,
Bally
Hi Bally,
The equivalent functionality is called "TAP" in Membase (as in, "wiretap"). The wire-level TAP protocol is specified here...
http://www.couchbase.org/wiki/display/membase/TAP+Protocol
And, there's sample client code here (python) that shows how to use it...
/opt/membase/lib/python/tap_example.py
Cheers,
Steve