UNPKG

egg-minifapp

Version:

对接各种小程序之类app的sdk

6 lines (5 loc) 332 B
import { redis_inter_option } from '../interface/in_public'; export declare const createNodeCache: (appId: string) => any; export declare const createredis: (redisconfig: redis_inter_option) => any; export declare const getCache: (key: string) => any; export declare const setCache: (key: string, data: any, time?: number) => void;