Build a YugabyteDB application using YEDIS

Build an application using YEDIS

Use your favorite programming language to build a YugabyteDB application that interacts using YEDIS.

An application interacts with YugabyteDB using of a client library, also known as a client driver. Client drivers handle all interaction with the database in a language appropriate to the application. The applications use client drivers in various languages for the Redis-compatible YEDIS API.

For each of these languages, you are going to understand using the client driver as well as implement a simple HelloWorld application. The example application will insert an employee profile entry with the employee id 1, name "John" and age 35. The application will then query the profile data for employee id 1 and print it out to the console.