http://geode.apache.org/%|%Apache Geode%|% provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing. It is open source by [https://pivotal.io/%|%Pivotal%|%] (Pivotal GemFire Core). You can connect to Apache Geode through the following interfaces: * Java using the Geode client API or embedded using the Geode peer API * Java: [http://projects.spring.io/spring-data-gemfire/%|%Spring Data GemFire%|%] or [http://docs.spring.io/spring/docs/current/spring-framework-reference/html/cache.html%|%Spring Cache%|%] * [http://geode.apache.org/docs/guide/rest_apps/book_intro.html%|%REST%|%] * [http://geode.apache.org/docs/guide/tools_modules/gemcached/chapter_overview.html%|%memcached%|%] ---- [ray2501]: I write a Tcl extension [https://github.com/ray2501/GeodeREST%|%GeodeREST%|%] and play Apache Geode REST Interface. For [memcached] interface, you can use [https://github.com/bovine/memcached-for-Tcl%|%memcached-for-Tcl%|%] to access. <>Database