UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

5 lines (4 loc) 156 B
/** * Check if Redis configuration exists in the current project's environment configuration */ export declare const redisConfigAvailable: () => boolean;