const redis = require('redis') const client = redis. ... 'string val', redis.print) client.hset('hash key', 'hashtest 1', 'some value', redis.print) ...
確定! 回上一頁