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

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

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)
```