Redis client for Deno. ... import { connect } from "https://deno.land/x/redis/mod.ts"; const redis = await connect({ hostname: "127.0.0.1", port: 6379, } ...
確定! 回上一頁