Slava Shpitalny
Results
2
issues of
Slava Shpitalny
I wrote a simple test to check the ReadWriteLock. ### Redisson configuration: ``` Config config = new Config(); String host = "localhost"; int port = 32768; config.useSingleServer().setAddress(String.format("redis://%s:%d", host, port)); RedissonClient...
Would be nice if there were some configuration to log the time measurements with markers instead of inside the message. This way when we use the ELK stack we can...