Integrating Keploy with Redis in Golang

Integrating Keploy with Redis in Golang

Jan 4, 2023

Keploy website : https://keploy.io/
keploy github : https://github.com/keploy/keploy
keploy go sdk : https://github.com/keploy/go-sdk
keploy docs : https://docs.keploy.io/

In this video, we'll see how keploy has evolved. Presenting a new installation process of Keploy where the server of keploy can be installed using binary for Linux and macOS, and we can run the keploy server using the command "keploy" from the CLI. The test cases when you make an API call is reflected in the CLI where keploy is running, and the test runs details are also shown there. The test runs report is stored in yaml file format under the test-reports directory.

Out of many frameworks that Keploy supports, today we'll be testing if Keploy supports Redis too. We run a Redis server alongside and integrate the Redis with dependencies in one of the existing sample applications. Redis support can be ensured if it responds to the request we have mentioned in the integration. To know more, watch the video!