Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/redis/command.ts>ClientType

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