The following code creates a connection to Redis: const redis = require('redis'); const client = redis.createClient({ host: '<hostname>', port: <port>, ...
確定! 回上一頁