| Package | Description |
|---|---|
| me.lucko.helper.redis | |
| me.lucko.helper.redis.plugin |
| Modifier and Type | Method and Description |
|---|---|
static RedisCredentials |
RedisCredentials.fromConfig(org.bukkit.configuration.ConfigurationSection config) |
RedisCredentials |
RedisProvider.getGlobalCredentials()
Gets the global redis credentials being used for the global redis instance.
|
static RedisCredentials |
RedisCredentials.of(String address,
int port) |
static RedisCredentials |
RedisCredentials.of(String address,
int port,
String password) |
| Modifier and Type | Method and Description |
|---|---|
Redis |
RedisProvider.getRedis(RedisCredentials credentials)
Constructs a new redis instance using the given credentials.
|
| Modifier and Type | Method and Description |
|---|---|
RedisCredentials |
HelperRedisPlugin.getGlobalCredentials() |
| Modifier and Type | Method and Description |
|---|---|
Redis |
HelperRedisPlugin.getRedis(RedisCredentials credentials) |
| Constructor and Description |
|---|
HelperRedis(RedisCredentials credentials) |
Copyright © 2018. All rights reserved.