Rumah  >  Soal Jawab  >  teks badan

node.js - node redis 如何连接指定数据库,默认连接0号数据库?

node redis 如何连接指定数据库,默认连接0号数据库?

大家讲道理大家讲道理2764 hari yang lalu656

membalas semua(2)saya akan balas

  • ringa_lee

    ringa_lee2017-04-17 15:03:07

    var redis = require("redis"),
        client = redis.createClient();
        
    client.select(3, function() { /* ... */ }); 

    balas
    0
  • 巴扎黑

    巴扎黑2017-04-17 15:03:07

    这个是ioredis

    balas
    0
  • Batalbalas