Keva as Embedded Redis Server for Spring Boot Test
Spring Data Redis provides an easy way to integrate with Redis instances; In this article, I will introduce how to use Keva as an embedded Redis server for Spring Boot test.
TĂș wroteSpring Data Redis provides an easy way to integrate with Redis instances; In this article, I will introduce how to use Keva as an embedded Redis server for Spring Boot test.
TĂș wroteMany don't realize that their dependencies chain can become nested, and it quickly becomes unwieldy to wire them up manually. Even with factories (factory pattern), the duplication of your code is just not worth it.
TĂș wroteBlu shared his experience when developing a non-blocking server from scratch - which using in our OSS KeyValue Database Keva.
Viet Nguyen (Blu) @ Keva wroteThe journey of building a Java off-heap in-memory database - helping you store and retrieve terabytes of data at high speed in memory - assuming you have enough RAM, of course :v
TĂș @ Keva wroteThis article walks you through a experiment that uses a Jiny Blocking IO application with Virtual Threads.
TĂș wroteJiny is a Lightweight, modern, simple Java HTTP Server/Client for rapid development in the API era.
TĂș wroteYou should make sure you never block the Event Loop. Alternatively, you may also go with a worker thread pool for blocking operations, keeping the main event loop non-blocking that way.
TĂș wrote