{"library":"redis-cluster","type":"library","category":null,"description":"A thin wrapper over node_redis to handle Redis Clusters, currently at version 0.0.8. This library provides both a cluster client that auto-discovers cluster nodes via a seed link and a 'poor man's' cluster client for manually configured cluster topologies. It implements key-based command routing using CRC16 hashing to determine the correct shard. The package is designed for early Redis Cluster adopters and includes support for PUB/SUB. Key differentiators include minimal overhead, dependency on the widely-used node_redis, and support for custom slot assignments. However, the project appears to be in early development and is not actively maintained.","language":"javascript","status":"abandoned","version":"0.0.8","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install redis-cluster","imports":["import { clusterClient } from 'redis-cluster';","new clusterClient.clusterInstance(link, callback)","import { poorMansClusterClient } from 'redis-cluster';"]},{"cmd":"yarn add redis-cluster","imports":[]},{"cmd":"pnpm add redis-cluster","imports":[]}],"homepage":"https://github.com/joaojeronimo/node_redis_cluster","github":"git@github.com:joaojeronimo/node_redis_cluster","docs":null,"changelog":null,"pypi":null,"npm":"redis-cluster","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}