mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-01 15:46:42 +00:00
Fix Redis hanging
This commit is contained in:
@ -50,6 +50,7 @@ public class PlexCMD extends PlexCommand
|
||||
plugin.getRedisConnection().getJedis().set("test", "123");
|
||||
send(sender, "Set test to 123. Now outputting key test...");
|
||||
send(sender, plugin.getRedisConnection().getJedis().get("test"));
|
||||
plugin.getRedisConnection().getJedis().close();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user