You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ A curated list of awesome Java frameworks, libraries and software.
161
161
*[H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality.
162
162
*[HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool.
163
163
*[JDBI](http://jdbi.org/) - Convenient abstraction of JDBC.
164
-
*[Jedis](https://github.com/xetorthio/jedis) - A small and sane client for redis
164
+
*[Jedis](https://github.com/xetorthio/jedis) - A small client for interaction with redis, with methods for commands.
165
165
*[jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema.
166
166
*[MapDB](http://www.mapdb.org/) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory.
167
167
*[Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data.
0 commit comments