https://github.com/redis-field-engineering/redisconnect-gemfire-producer
Gemfire Producer for Redis Connect testing
https://github.com/redis-field-engineering/redisconnect-gemfire-producer
Last synced: 2 months ago
JSON representation
Gemfire Producer for Redis Connect testing
- Host: GitHub
- URL: https://github.com/redis-field-engineering/redisconnect-gemfire-producer
- Owner: redis-field-engineering
- Created: 2021-12-03T06:59:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T02:43:31.000Z (over 1 year ago)
- Last Synced: 2025-01-25T12:09:04.937Z (4 months ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redisconnect-gemfire-producer
Gemfire Producer for Redis Connect testing## Download
Download the [latest release](https://github.com/redis-field-engineering/redisconnect-gemfire-producer/releases) and un-tar (e.g. tar -xvf redisconnect-gemfire-producer-1.0-SNAPSHOT.tar.gz) the redisconnect-gemfire-producer-1.0-SNAPSHOT.tar.gz archive.
## Usage
```bash
java -jar redisconnect-gemfire-producer-1.0-SNAPSHOT.jar --help
Usage: com.redis.connect.gemfire.producer.GemfireProducer [--help] [-h=] [-i=] [-o=] [-p=] [-r=]
Gemfire producer load generator.
-h, --host= Gemfire locator host (default: 127.0.0.1)
--help Show this help message and exit
-i, --iter= Iterations to run (default: 1)
-o, --operation= Name of the operation i.e. I (put), U (put) and D (remove) (default: I)
-p, --port= Gemfire locator port (default: 10334)
-r, --region= Name of the region (default: session)
```