Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.85 KB

README.adoc

File metadata and controls

53 lines (36 loc) · 1.85 KB

Gravitee Redis Repository

Build status Gitter

Overview

Redis repository based on Redis implementation

Requirement

The minimum requirement is : * Maven3 * Jdk8

For user gravitee snapshot, You need the declare the following repository in you maven settings :

Building

$ git clone https://github.com/gravitee-io/gravitee-repository-redis.git
$ cd gravitee-repository-redis
$ mvn clean package

Installing

Unzip the gravitee-repository-redis-1.20.0-SNAPSHOT.zip in the gravitee home directory.

Configuration

repository.redis options for Redis server :
| Parameter                                        |   default  |
| ------------------------------------------------ | ---------: |
| host                                             |  localhost |
| port                                             |      6379  |
| password                                         |            |
| timeout                                          |        -1  |
repository.redis options for Redis Sentinel server :
| Parameter                                        |   default  |
| ------------------------------------------------ | ---------: |
| sentinels                                        |            |
| master                                           |  mymaster  |
| password                                         |            |
| timeout                                          |        -1  |