node.js - nodejs ioredis Semua sentinel tidak boleh dihubungi
漂亮男人
漂亮男人 2017-07-03 11:42:50
0
1
1969

Seperti tajuknya, apabila menggunakan ioredis 链接 redis的哨兵是,报错 All sentinels are unreachable, contoh kod adalah seperti berikut:

const Redis = require('ioredis');

let redis = new Redis({
    sentinels: [
        { host: 'XXX', port: XX },
        { host: 'XXX', port: XX },
        { host: 'XX', port: XX },
    ],
    name: 'mymaster',
    connectTimeout: 1000,
});

redis.select(1);
// console.log(redis);
redis.set('foo', 'hello world');

redis.get('foo', (err, result) => {
    console.log(result);
})
漂亮男人
漂亮男人

membalas semua(1)
刘奇

qqqqqqqqq

Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan