How to get number of connections in Redis using Node.js?

后端 未结 0 1229
抹茶落季
抹茶落季 2020-12-06 15:43

Is there a way to check how many current connections there are to the Redis database?

const redis = require(\'redis\');

var client = redis.createClient(port,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题