February 2018
Intermediate to advanced
382 pages
11h 33m
English
In order to use Redis in Java applications, we need a Redis Java client. There are a couple of choices that can be found under the Clients section on the Redis homepage. In this recipe, we will introduce Jedis, which is an open source and easy to use Redis Java client.
Read now
Unlock full access