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

x/harmony/src/cache/redis.ts>RedisCacheAdapter#set

An easy to use Discord API Library for Deno.
Go to Latest
method RedisCacheAdapter.prototype.set
import { RedisCacheAdapter } from "https://deno.land/x/harmony@v2.9.0/src/cache/redis.ts";

Parameters

cacheName: string
key: string
value: T
optional
expire: number

Returns

Promise<void>