Skip to main content
Module

x/redis/mod.ts>ClientType

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
type alias ClientType
import { type ClientType } from "https://deno.land/x/redis@v0.32.2/mod.ts";
definition:
| "NORMAL"
| "MASTER"
| "REPLICA"
| "PUBSUB"