Skip to content

Redisun

A lightweight Redis client based on smart-socket, designed for the Java platform, supporting asynchronous non-blocking I/O operations, providing high-performance Redis connections and command execution capabilities

 L ightweight

Lightweight design, the core jar package is only 33KB with almost no dependencies, minimal resource usage, easy to integrate and deploy.

 H igh Performance

High-performance communication based on smart-socket Java AIO implementation, strong single-threaded processing capabilities, low resource consumption, supports high-concurrency scenarios.

 M ultiplexing

Innovative connection multiplexing technology, one connection can handle multiple concurrent requests simultaneously, improving resource utilization and system throughput.

 E xtensible

Clean command extension interface, supports complete RESP protocol, easy to add custom Redis commands to meet personalized needs.