Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/redis/mod.ts>MigrateOpts

πŸ¦• Redis client for Deno πŸ•
Very Popular
Latest
interface MigrateOpts
import { type MigrateOpts } from "https://deno.land/x/redis@v0.33.0/mod.ts";

Properties

optional
copy: boolean
optional
replace: boolean
optional
auth: string
optional
keys: string[]