Github user kmeurer commented on the issue:

    https://github.com/apache/logging-log4j2/pull/206
  
    @jvz @garydgregory I ran some quick benchmarks of Jedis vs. Redis against a 
local Redis docker container. I rpushed 10000 values across 1000 runs. Here 
were the results:
    
    ```Jedis: 
    Max: 27 ms
    Min: 2 ms
    Mean: 3.36 ms
    
    Lettuce Synchronous: 
    Max: 62 ms
    Min: 4 ms
    Mean: 5.567 ms
    
    Lettuce Asynchronous:
    Max: 23 ms
    Min: 4 ms
    Mean: 5.519 ms```


---

Reply via email to