method
RedisClient.info
@param sections
Optional section name(s) to filter the output
@returns
Promise that resolves with the info string
const info = await redis.info("server");method
Optional section name(s) to filter the output
Promise that resolves with the info string
const info = await redis.info("server");