An open API service indexing awesome lists of open source software.

https://github.com/linuxsuren/atest-ext-store-redis

An extension for the linuxsuren/api-testing project
https://github.com/linuxsuren/atest-ext-store-redis

redis

Last synced: about 1 year ago
JSON representation

An extension for the linuxsuren/api-testing project

Awesome Lists containing this project

README

          

# atest-ext-store-redis

## Introduction
`atest-ext-store-redis` is an extension for the [linuxsuren/api-testing](https://github.com/linuxsuren/api-testing) project, designed to integrate Redis as a storage backend for API testing. This extension allows you to store and retrieve test data, configurations, and results in Redis, enabling more efficient and scalable testing workflows.

## Features
- **Redis Integration**: Seamlessly connect your API testing environment with Redis.
- **Data Persistence**: Store test data and results persistently in Redis.
- **Scalability**: Leverage Redis's high performance and scalability for large-scale testing.

## Getting Started

### Prerequisites
- Go 1.16 or higher
- Redis server

### Installation
1. Clone the repository: