Client drivers
Develop applications using the appropriate client drivers in the language of your choice.
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. Here is a list of client drivers in various languages for the Redis-compatible YEDIS API.
For each of these languages, we are going to understand using the client driver as well as implement a simple Hello World 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 the profile data for employee id 1 and print it out to the console.