创建一个 redis client 实例
redis 连接器的名字
import * as redis from 'redis';// 您需要事先在 redis 连接器上创建一个名字为 xxxx 的实例let cli = redis.newClient("xxxx"); Copy
import * as redis from 'redis';// 您需要事先在 redis 连接器上创建一个名字为 xxxx 的实例let cli = redis.newClient("xxxx");
创建一个 redis client 实例