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 wroteHành trình thử xây dựng Java off-heap in-memory database - giúp bạn có thể lưu và truy xuất hàng terabytes dữ liệu tốc độ cao trên bộ nhớ - tất nhiên là nếu bạn có đủ chừng đó RAM :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