mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Add new module API `RM_GetClusterNodeSlotRanges` that allows modules to query slot ranges for any cluster node by its node ID, not just the local node: ```c RedisModuleSlotRangeArray *RM_GetClusterNodeSlotRanges(RedisModuleCtx *ctx, const char *nodeid) ``` --------- Co-authored-by: Ozan Tezcan <ozantezcan@gmail.com> Co-authored-by: Yuan Wang <yuan.wang@redis.com> |
||
|---|---|---|
| .. | ||
| announced-endpoints.tcl | ||
| atomic-slot-migration.tcl | ||
| cli.tcl | ||
| cluster-response-tls.tcl | ||
| failure-marking.tcl | ||
| hostnames.tcl | ||
| human-announced-nodename.tcl | ||
| internal-secret.tcl | ||
| links.tcl | ||
| misc.tcl | ||
| multi-slot-operations.tcl | ||
| scripting.tcl | ||
| sharded-pubsub.tcl | ||
| slot-ownership.tcl | ||
| slot-stats.tcl | ||