Skip to content

hardisgroupcom/gravitee-repository-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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  |

About

Gravitee Repository - Redis implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Lua 0.1%