npm install redis. 代码示例. import { createClient } from 'redis' // 连接redis const client = createClient({ url: 'redis://127.0.0.1:6379', }) ...
確定! 回上一頁