1. Overview. This article is an introduction to
Jedis, a client library in Java for
Redis -C the popular in-memory data structure store that can persist on disk as well. It is driven by a keystore-based data structure to persist data and can be used as a database, cache, message broker, etc.
read more >>