java - Whether memcachedb is embedded? - Stack Overflow
memcachedb
is not embedded. From your first reference, paragraph 1:
It conforms to memcache protocol(not completed, see below), so any memcached client can have connectivity with it.
Since it has a streaming protocol interface (over TCP/IP), it does not have to be embedded in your application like Berkeley DB. It should be compatible with the memcached's
protocol: https://github.com/memcached/memcached/blob/master/doc/protocol.txt
Read full article from java - Whether memcachedb is embedded? - Stack Overflow
No comments:
Post a Comment