From 54d76aba3493c980efd7844917a5486060e18c51 Mon Sep 17 00:00:00 2001 From: SonarBeserk Date: Sat, 26 Sep 2015 01:41:09 -0400 Subject: [PATCH 1/4] Add java redis entrys --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a8357c6..2e45b38 100644 --- a/README.md +++ b/README.md @@ -161,10 +161,12 @@ A curated list of awesome Java frameworks, libraries and software. * [H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality. * [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. +* [Jedis](https://github.com/xetorthio/jedis) - A small and sane client for redis * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [MapDB](http://www.mapdb.org/) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory. * [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data. * [Querydsl](http://www.querydsl.com/) - Typesafe unified queries. +* [Redisson](https://github.com/mrniko/redisson) - Allows distributed and scalable Java data structures on top of a Redis server ## Data structures From 226e274d93094c037a2055e9e5538dc51cbaa7f7 Mon Sep 17 00:00:00 2001 From: SonarBeserk Date: Sat, 3 Oct 2015 11:01:15 -0400 Subject: [PATCH 2/4] Fix grammer and punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e45b38..601d27a 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ A curated list of awesome Java frameworks, libraries and software. * [MapDB](http://www.mapdb.org/) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory. * [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data. * [Querydsl](http://www.querydsl.com/) - Typesafe unified queries. -* [Redisson](https://github.com/mrniko/redisson) - Allows distributed and scalable Java data structures on top of a Redis server +* [Redisson](https://github.com/mrniko/redisson) - Allows for distributed and scalable Java data structures on top of a Redis server. ## Data structures From df65c07635ba92bbf7304cad58cd200241d1b890 Mon Sep 17 00:00:00 2001 From: SonarBeserk Date: Thu, 29 Oct 2015 11:45:58 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 601d27a..ed9bb08 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ A curated list of awesome Java frameworks, libraries and software. * [H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality. * [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. -* [Jedis](https://github.com/xetorthio/jedis) - A small and sane client for redis +* [Jedis](https://github.com/xetorthio/jedis) - A small client for interaction with redis, with methods for commands. * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [MapDB](http://www.mapdb.org/) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory. * [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data. From 3fd1c829321f504d5f5ec93fdfc7e2db00294eff Mon Sep 17 00:00:00 2001 From: SonarBeserk Date: Thu, 29 Oct 2015 11:48:11 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed9bb08..6980647 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ A curated list of awesome Java frameworks, libraries and software. * [MapDB](http://www.mapdb.org/) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory. * [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data. * [Querydsl](http://www.querydsl.com/) - Typesafe unified queries. -* [Redisson](https://github.com/mrniko/redisson) - Allows for distributed and scalable Java data structures on top of a Redis server. +* [Redisson](https://github.com/mrniko/redisson) - Allows for distributed and scalable data structures on top of a Redis server. ## Data structures