redis test

master
Alex 2022-03-27 22:34:38 +02:00
parent 8b2d7ba69e
commit c0793baf8d
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ public class PostLoginListener implements Listener {
RMap<String, String> map = ProxySystem.getInstance().getRedisManager().getRedissonClient()
.getMap("player:" + proxiedPlayer.getUniqueId().toString());
String name = map.put("name", proxiedPlayer.getName());
map.put("money", "123132");
ProxySystem.getInstance().getLogger().info("name" + name);