Is it possible to use Java to query redis database?

Hi gguys,
How is it going?
I am just wondering if it is possible to communicate from java application with database/server.
Are there any java clients around open-source to have a look at?

Yes, jedis is one of the more popular redis library that you can use within your Java application.

If you are interested, RedisLabs provides a free Jedis course in their Redis University.

1 Like

This is a good quick tutorial to get you started as well: https://www.tutorialspoint.com/redis/redis_java.htm

Of course you can use java query on Redis, as by using jedis you can do that easily as it help to communicate with database more easily

yup @aniket

@andrew below is link for list of java clients for Redis, maintained by Redis community and Redis Labs folks.
https://redis.io/clients#java