cache-grpc-server

JSON →
library 0.2.1 ·javascript
verified Jun 7, 2026

A gRPC-based cache server using Redis as storage, designed for high-speed get/set operations via streaming connections. Version 0.2.1 provides ready-to-use Docker images, reflection support, health probes (gRPC health.v1), and TLS/mTLS configurations. The library can also be embedded as a NestJS module with a custom storage strategy (StorageStrategyInterface). It uses streaming RPCs for efficient communication and is suitable for Kubernetes deployments with grpc_health_probe. Compatible with Node.js and TypeScript.