Skip to main content
Module

x/redis/protocol/mod.ts

πŸ¦• Redis client for Deno πŸ•
Very Popular
Go to Latest
File
export type { Binary, Bulk, BulkNil, BulkString, ConditionalArray, Integer, Raw, RawOrError, RedisReply, RedisValue, SimpleString,} from "./types.ts";
export { okReply, readArrayReplyBody, readReply } from "./reply.ts";
export { sendCommand, sendCommands } from "./command.ts";