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
- Host: GitHub
- URL: https://github.com/linuxsuren/atest-ext-store-redis
- Owner: LinuxSuRen
- Created: 2025-02-28T08:36:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-03T00:56:52.000Z (about 1 year ago)
- Last Synced: 2025-03-09T09:34:32.223Z (about 1 year ago)
- Topics: redis
- Language: Go
- Homepage: https://github.com/LinuxSuRen/api-testing
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: