Repository: incubator-geode Updated Branches: refs/heads/develop 1f253c33b -> 1412ca0bf
Update README with links for Java and Redis, break out external libraries Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1412ca0b Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/1412ca0b Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/1412ca0b Branch: refs/heads/develop Commit: 1412ca0bf424b4c4e6491f8f786751e197c0565c Parents: 1f253c3 Author: Anthony Baker <[email protected]> Authored: Sat Oct 29 07:00:51 2016 -0700 Committer: Anthony Baker <[email protected]> Committed: Sat Oct 29 07:00:51 2016 -0700 ---------------------------------------------------------------------- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1412ca0b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 4ca2416..a633f67 100644 --- a/README.md +++ b/README.md @@ -92,9 +92,14 @@ Compile and run `HelloWorld.java`. The classpath should include `geode-dependen Apache Geode applications can be written in these client technologies: -* Java using the Geode client API or embedded using the Geode peer API -* [Spring Data GemFire](http://projects.spring.io/spring-data-gemfire/) or [Spring Cache](http://docs.spring.io/spring/docs/current/spring-framework-reference/html/cache.html) +* Java [client](http://geode.apache.org/docs/guide/topologies_and_comm/cs_configuration/chapter_overview.html) or [peer](http://geode.apache.org/docs/guide/topologies_and_comm/p2p_configuration/chapter_overview.html) * [REST](http://geode.apache.org/docs/guide/rest_apps/chapter_overview.html) -* [memcached](https://cwiki.apache.org/confluence/display/GEODE/Moving+from+memcached+to+gemcached) +* [Memcached](https://cwiki.apache.org/confluence/display/GEODE/Moving+from+memcached+to+gemcached) +* [Redis](https://cwiki.apache.org/confluence/display/GEODE/Geode+Redis+Adapter) + +The following libraries are available external to the Apache Geode project: + +* [Spring Data GemFire](http://projects.spring.io/spring-data-gemfire/) +* [Spring Cache](http://docs.spring.io/spring/docs/current/spring-framework-reference/html/cache.html) * [Python](https://github.com/gemfire/py-gemfire-rest)
