Fading Coder

One Final Commit for the Last Sprint

JMH Performance Comparison of Jedis and Lettuce Redis Clients

Environment and dependencies A local Redis instance is requried. Benchmarks are executed with JMH. Maven dependencies: <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-core</artifactId> <version>1.21</version> </dependency> <dependenc...