redis test

master
Alex 2022-03-27 23:13:01 +02:00
parent 811ff26930
commit ec95ff73cb
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ public class PostLoginListener implements Listener {
ProxySystem.getInstance().getLogger().info("PUT !");
} else {
ProxySystem.getInstance().getLogger().info("GET" + map.get("name") + " " + map.get("money"));
map.put("money", String.valueOf(Math.random()));
}
MessageUnpacker unpacker = MessagePack.newDefaultUnpacker(packer.toByteArray());