| 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 |
|---|---|
HelperRedis |
RedisProvider.getRedis(RedisCredentials credentials)
Constructs a new redis instance using the given credentials.
|
static HelperRedis |
HelperRedis.usingJedis(RedisCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
RedisCredentials |
RedisPlugin.getGlobalCredentials() |
| Modifier and Type | Method and Description |
|---|---|
HelperRedis |
RedisPlugin.getRedis(RedisCredentials credentials) |
| Constructor and Description |
|---|
JedisWrapper(RedisCredentials credentials) |
Copyright © 2017. All rights reserved.