simple-cluster-cache

JSON →
library 0.0.6 ·javascript maintenance
verified Jun 7, 2026

simple-cluster-cache is a dead-simple in-memory cache for Node.js cluster applications, enabling shared caching between master and worker processes via IPC. Version 0.0.6 is the latest release. It provides basic get/set/del/clear methods with optional TTL and callback support, and supports both single-key and multi-key operations. It is designed specifically for the Node.js cluster module and does not require external dependencies like Redis or Memcached. The package has not seen updates since its initial release and has limited adoption.