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

x/redis/command.ts>MigrateOpts

🦕 Redis client for Deno 🍕
Very Popular
Go to Latest
interface MigrateOpts
import { type MigrateOpts } from "https://deno.land/x/redis@v0.31.0/command.ts";

Properties

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