You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that there is an issue when providing a cluster client setup to the configuration.
constRedisCluster=require('ioredis').Cluster;
The same code will work fine if redis-clustr module is used instead.
0|index | 17056 Tue, 26 May 2020 15:25:39 GMT [MetalDust]: Cluster leader job clusterMetricsMonitor failed because of Error: All keys in the pipeline should belong to the same slot
0|index | at Pipeline.exec (D:\Development\GIT\Quintessa\Quintessa\node_modules\ioredis\built\pipeline.js:216:29)
0|index | at Pipeline.pipeline.exec (D:\Development\GIT\Quintessa\Quintessa\node_modules\ioredis\built\transaction.js:38:34)
0|index | at D:\Development\GIT\Quintessa\Quintessa\node_modules\redis-metrics\lib\utils.js:127:31
0|index | at new Promise (<anonymous>)
0|index | at Object.ninvoke (D:\Development\GIT\Quintessa\Quintessa\node_modules\redis-metrics\lib\utils.js:116:10)
0|index | at TimestampedCounter.topRange (D:\Development\GIT\Quintessa\Quintessa\node_modules\redis-metrics\lib\counter.js:600:18)
The text was updated successfully, but these errors were encountered:
0xAnakin
changed the title
It appears taht
ioredis cluster slots error
May 26, 2020
0xAnakin
changed the title
ioredis cluster slots error
ioredis cluster - All keys in the pipeline should belong to the same slot
May 26, 2020
It appears that there is an issue when providing a cluster client setup to the configuration.
The same code will work fine if redis-clustr module is used instead.
The text was updated successfully, but these errors were encountered: