Index
All Classes and Interfaces|All Packages
R
- RedisConfiguration - Class in cz.foresttech.forestredis.shared.models
-
RedisConfiguration object stores Redis server's credentials.
- RedisConfiguration(String, int, String, String, boolean) - Constructor for class cz.foresttech.forestredis.shared.models.RedisConfiguration
-
Constructs the instance of the object
- RedisManager - Class in cz.foresttech.forestredis.shared
-
Class for maintaining and handling connection to Redis server.
- RedisManager(IForestRedisPlugin, String, RedisConfiguration) - Constructor for class cz.foresttech.forestredis.shared.RedisManager
-
Constructor method for creating
RedisManager
instance. - RedisMessageReceivedEvent - Class in cz.foresttech.forestredis.bungee.events
-
BungeeCord Event class used when message was received from subscribed channel.
- RedisMessageReceivedEvent - Class in cz.foresttech.forestredis.spigot.events
-
Spigot Event class used when message was received from subscribed channel.
- RedisMessageReceivedEvent(String, MessageTransferObject) - Constructor for class cz.foresttech.forestredis.bungee.events.RedisMessageReceivedEvent
-
Constructs the instance of the Event
- RedisMessageReceivedEvent(String, MessageTransferObject) - Constructor for class cz.foresttech.forestredis.spigot.events.RedisMessageReceivedEvent
-
Constructs the instance of the Event
- reload(String, RedisConfiguration, boolean) - Method in class cz.foresttech.forestredis.shared.RedisManager
-
Reloads the manager while keeping already subscribed channels if set.
- runAsync(Runnable) - Method in class cz.foresttech.forestredis.bungee.ForestRedisBungee
- runAsync(Runnable) - Method in interface cz.foresttech.forestredis.shared.IForestRedisPlugin
-
Runs asynchronous task
- runAsync(Runnable) - Method in class cz.foresttech.forestredis.spigot.ForestRedisSpigot
All Classes and Interfaces|All Packages