What's New in Two with Redis - March Edition

Sdílet
Vložit
  • čas přidán 25. 07. 2024
  • Welcome to What's New in Two with Redis! Join us as we cover what came in March regarding enhancements and releases.
  • Věda a technologie

Komentáře • 3

  • @zipEQ
    @zipEQ Před 3 měsíci

  • @soufianch8481
    @soufianch8481 Před 3 měsíci

    Can you tell me what is the best jedis or lettuce for java client about 'performance'

    • @redis_talon
      @redis_talon Před 3 měsíci

      Absolutely! Lettuce has support for Async and reactive needs. This doesn't mean that it's faster. The speed comes at the expense of complexity - it takes more to manage an async application than a sync application. Jedis is faster, at the expense of not supporting reactive or async development paradigms. Both are valid depending on your need.