Show HN: Solidis – Tiny TS Redis client, no deps, for serverless
Published on: 2025-07-04 20:20:15
High-performance, SOLID-structured RESP client for Redis and other RESP-compatible servers
Overview • Features • Installation • Usage • Configuration • Advanced • Errors • License
Overview
Solidis is a modern RESP client built with SOLID principles, zero dependencies, and enterprise-grade performance in mind. It supports both RESP2 and RESP3 protocols and is optimized for modern JavaScript/TypeScript applications.
The library is designed for minimal bundle size with maximum type safety and performance:
Pure ESM/CJS - Support for both module systems
- Support for both module systems Tree-shakable - Import only what you need
- Import only what you need Type-safe - Extensive TypeScript definitions for all commands
- Extensive TypeScript definitions for all commands Dependency-free - Absolutely zero runtime dependencies
Key Features
High Performance Efficient pipeline & batch processing Minimal memory footprint (custom optimized parser) Zero-copy buffer operations Intelligent buf
... Read full article.